|
|
|
@ -211,7 +211,7 @@ endif
|
|
|
|
|
|
|
|
|
|
lcms:
|
|
|
|
|
# Build on EL7, OSSTW
|
|
|
|
|
ifeq (,$(filter $(DIST),.el7 osstw))
|
|
|
|
|
ifneq (,$(filter $(DIST),.el7 .osstw))
|
|
|
|
|
$(call buildpkg,3rdparty/lcms)
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
@ -280,7 +280,7 @@ endif
|
|
|
|
|
|
|
|
|
|
recode:
|
|
|
|
|
# Build on OpenSUSE >= 15.0 only
|
|
|
|
|
ifneq (,$(filter $(DIST),.oss150))
|
|
|
|
|
ifneq (,$(filter $(DIST),.oss150 .osstw))
|
|
|
|
|
$(call buildpkg,3rdparty/recode)
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
@ -624,7 +624,7 @@ ksquirrel: tdebase libkipi libksquirrel
|
|
|
|
|
|
|
|
|
|
kstreamripper: tdebase
|
|
|
|
|
# Do NOT build on Fedora 27, OpenSUSE >= 15.0 (problem with scons and python3)
|
|
|
|
|
ifeq (,$(filter $(DIST),.fc27 .oss150))
|
|
|
|
|
ifeq (,$(filter $(DIST),.fc27 .oss150 .osstw))
|
|
|
|
|
$(call buildpkg,applications/kstreamripper)
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
@ -830,7 +830,7 @@ endif
|
|
|
|
|
|
|
|
|
|
klibido: pan
|
|
|
|
|
# Not on RHEL5, nor recent OpenSUSE
|
|
|
|
|
ifeq (,$(filter $(DIST),.el5 .oss150))
|
|
|
|
|
ifeq (,$(filter $(DIST),.el5 .oss150 .osstw))
|
|
|
|
|
$(call buildpkg,extras/klibido)
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
@ -853,7 +853,7 @@ mathemagics:
|
|
|
|
|
$(call buildpkg,extras/mathemagics)
|
|
|
|
|
|
|
|
|
|
pan: gmime intltool
|
|
|
|
|
ifeq (,$(filter $(DIST),.el5 .oss150))
|
|
|
|
|
ifeq (,$(filter $(DIST),.el5 .oss150 .osstw)))
|
|
|
|
|
$(call buildpkg,3rdparty/pan)
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|