Projects
Multimedia
LiVES
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 33
View file
LiVES.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Thu Feb 4 17:34:45 UTC 2016 - avvissu@yandex.ru + +- Update lives-2.6.0_lcolor.patch + +------------------------------------------------------------------- Mon Feb 1 20:59:07 UTC 2016 - avvissu@yandex.ru - Update to 2.6.0:
View file
lives-2.6.0_lcolor.patch
Changed
@@ -1,13 +1,19 @@ diff -U 3 -dHrN lives-2.6.0.orig/src/widget-helper.c lives-2.6.0/src/widget-helper.c --- lives-2.6.0.orig/src/widget-helper.c 2016-01-29 21:29:57.000000000 +0300 -+++ lives-2.6.0/src/widget-helper.c 2016-02-03 13:01:09.461220282 +0300 -@@ -8705,7 +8705,11 @@ ++++ lives-2.6.0/src/widget-helper.c 2016-02-04 20:32:52.203429861 +0300 +@@ -8702,10 +8702,17 @@ + + LIVES_INLINE boolean widget_rgba_to_lives_rgba(lives_colRGBA32_t *lcolor, LiVESWidgetColor *color) { + #ifdef GUI_GTK ++#if GTK_CHECK_VERSION(3,0,0) lcolor->red=color->red*65535.; lcolor->green=color->green*65535.; lcolor->blue=color->blue*65535.; -+#if LIVES_WIDGET_COLOR_HAS_ALPHA lcolor->alpha=color->alpha*65535.; +#else ++ lcolor->red=color->red; ++ lcolor->green=color->green; ++ lcolor->blue=color->blue; + lcolor->alpha=65535; +#endif return TRUE;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.