| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
- While I'm here, add USES=gnome
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
checking SixelConverter.vala and objdir/SixelConverter.c .. SixelConverter.vala:93.23-93.23: error: The type name `i' could not be found
uint8 R = (uint8)((i ) & 0x01) * 255;
^
SixelConverter.vala:134.23-134.23: error: The type name `i' could not be found
uint8 R = (uint8)((i ) & 0x01);
^
SixelConverter.vala:156.30-156.30: error: The type name `i' could not be found
Palette[i, 2] = (uint8)(((i ) & 0x03) * 255 / 3);
^
Compilation failed: 3 error(s), 0 warning(s)
PR: 222028
Submitted by: cpm
Approved by: IWAMOTO Kouichi <sue@iwmt.org> (maintainer timeout, 16 days)
|
|
|
|
|
|
| |
Changes: https://github.com/isaki68k/sayaka/compare/3.1.0...3.2.2
PR: 213967
Submitted by: IWAMOTO Kouichi <sue@iwmt.org> (maintainer)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
- Respect CFLAGS during build
PR: 201939 [1]
Submitted by: IWAMOTO Kouichi (maintainer) [1]
|