Actions
Bug #1284
openImageMagick++ replaced by GraphicsMagick
Status:
New
Priority:
High
Assignee:
-
Start date:
03/05/2013
Due date:
% Done:
0%
Estimated time:
Description
When building yaepghd in newer ubuntu versions GraphicsMagick is now used and ImageMagick++ is no longer included in /usr/include so when building yaepghd from source make fails.
yaepghd.c:18:22: fatal error: Magick++.h: No such file or directory
I have built vdr-1.7.39 with:
LIBS = -ljpeg -lpthread -ldl -lcap -lrt $(shell pkg-config --libs freetype2 fontconfig GraphicsMagick)
INCLUDES ?= $(shell pkg-config --cflags freetype2 fontconfig GraphicsMagick)
Now I am trying to adjust the yaepghd Makefile to look for GraphicsMagick. I will post successful Makefile when built correctly.
No data to display
Actions