Imported Debian patch 2.0.0-2.2
Philipp Kern authored 12 years ago
Luca Niccoli committed 9 years ago
|
0 |
splix (2.0.0-2.2) unstable; urgency=low
|
|
1 |
|
|
2 |
* Non-maintainer upload.
|
|
3 |
* Fix alignment to allow printing on ARM, thanks to Luca Niccoli.
|
|
4 |
(Closes: #574349)
|
|
5 |
|
|
6 |
-- Philipp Kern <pkern@debian.org> Sun, 03 Oct 2010 10:51:05 +0200
|
|
7 |
|
0 | 8 |
splix (2.0.0-2.1) unstable; urgency=low
|
1 | 9 |
|
2 | 10 |
* Non-maintainer upload.
|
0 | 0 |
$(DEPDIR)/src/qpdl.d $(BUILDDIR)/src/qpdl.o: src/qpdl.cpp include/qpdl.h \
|
1 | |
include/page.h include/band.h include/errlog.h include/request.h \
|
2 | |
include/printer.h include/bandplane.h
|
|
1 |
include/page.h include/band.h include/errlog.h include/request.h \
|
|
2 |
include/printer.h include/bandplane.h
|
3 | 3 |
|
4 | 4 |
include/qpdl.h:
|
5 | 5 |
|
32 | 32 |
{
|
33 | 33 |
unsigned long version, subVersion, size, dataSize, checkSum;
|
34 | 34 |
bool color, headerSent=false;
|
35 | |
unsigned char header[0x20];
|
|
35 |
unsigned char header[0x20] __attribute__((aligned(4)));
|
36 | 36 |
const BandPlane *plane;
|
37 | 37 |
|
38 | 38 |
version = request.printer()->qpdlVersion();
|