Skip to content

Commit

Permalink
Ippposter is now ippclient
Browse files Browse the repository at this point in the history
  • Loading branch information
attah committed Jan 27, 2024
1 parent af3fd5f commit 0a92748
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ pdf2printable_mad
hexdump
baselinify
baselinify_mad
ippposter
ippclient
minimime
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $(shell pkg-config --cflags poppler-glib)

VPATH = bytestream lib utils

all: ppm2pwg pwg2ppm pdf2printable hexdump baselinify ippposter
all: ppm2pwg pwg2ppm pdf2printable hexdump baselinify ippclient


pdf2printable_mad.o: pdf2printable.cpp
Expand Down Expand Up @@ -39,14 +39,14 @@ baselinify_mad: bytestream.o baselinify_mad.o baselinify_main.o
ippdecode: bytestream.o ippmsg.o ippattr.o ippdecode.o
$(CXX) $^ -o $@

ippposter: ippmsg.o ippattr.o ippprintjob.o printparameters.o ippposter.o curlrequester.o minimime.o pdf2printable.o ppm2pwg.o baselinify.o bytestream.o
ippclient: ippmsg.o ippattr.o ippprintjob.o printparameters.o ippclient.o curlrequester.o minimime.o pdf2printable.o ppm2pwg.o baselinify.o bytestream.o
$(CXX) $^ $(shell pkg-config --libs poppler-glib) -ljpeg -lcurl -o $@

minimime: minimime_main.o minimime.o bytestream.o
$(CXX) $^ -o $@

clean:
rm -f *.o ppm2pwg pwg2ppm pdf2printable pdf2printable_mad hexdump baselinify baselinify_mad ippposter minimime
rm -f *.o ppm2pwg pwg2ppm pdf2printable pdf2printable_mad hexdump baselinify baselinify_mad ippclient minimime

analyze:
clang++ --analyze $(CXXFLAGS) lib/*.cpp utils/*.cpp
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ IPP-printers are only required to support baseline-encoded jpeg according to PWG

Despite working with in-memory data, it only requires the libjpeg 62.2.0 and not 62.3.0/7.3+ API, so it works on conservative distros.

## ippposter (WIP)
## ippclient (WIP)
An IPP client that harnesses the above tools for converting files to be printed.

## Building
Expand Down
File renamed without changes.

0 comments on commit 0a92748

Please sign in to comment.