text->create_objects();
text->context_help_set_keyword("Using the Drag Handle with Trim");
y += ys30;
- add_subwindow(title = new BC_Title(x, y, _("MMB BT.2:")));
+ add_subwindow(title = new BC_Title(x, y, _("MMB Bt.2:")));
title->context_help_set_keyword("Using the Drag Handle with Trim");
add_subwindow(text = new ViewBehaviourText(x1,
y - ys5,
SHARED_LIBS+=" $LIBS"
CFG_CFLAGS+=" -I/usr/include/OpenEXR -I/usr/local/include/OpenEXR"
CFG_CFLAGS+=" $(pkg-config --cflags OpenEXR)"
+ CFG_CFLAGS+=" $(pkg-config --cflags Imath)"
fi
CFG_CFLAGS+=" $(pkg-config --cflags OpenEXR)"
fi
$(shell echo $(OBJS) > $(OBJDIR)/objs)
all: $(OUTPUT) $(UTILS)
-ifeq ($(uname -s), FreeBSD)
-python = $(shell find /usrlocal/bin -name python3\* | head -n 1)
-else
-python = `which python`
+PLATFORM = $(uname -s)
+ifneq ($(PLATFORM), FreeBSD)
+python = $(shell find /usr/local/bin -name python3\* | head -n 1)
endif
+ifneq ($(PLATFORM), Linux)
+python = $(shell which python)
+endif
+
+ifeq ($(python),)
+python += $(shell which python3.8)
+endif
+
$(BCXFER): bccmdl.py bcxfer.C bcxfer.h
$(python) < ./bccmdl.py
theme_cakewalk \
PLATFORM = $(shell uname)
-ifneq ($(PLATFORM), NetBSD)
+ifeq ($(PLATFORM), NetBSD)
+DIRS += theme_blond theme_blue
+else ifeq ($(PLATFORM), FreeBSD)
+DIRS += theme_blond theme_blue
+else ifeq ($(PLATFORM), Linux)
DIRS += cdripper theme_blond theme_blue
endif
-ifneq ($(PLATFORM), FreeBSD)
-DIRS += theme_blond theme_blue
-endif
-
-ifeq ($(PLATFORM), Linux)
-DIRS += cdripper
-endif
-
# not maintained
# motion-cv \
# motion-hv \
libuuid.cfg_vars?= autoreconf -ifv -I m4 && automake -caf;
libuuid.cfg_params?=--enable-shared=no
libvorbis.cfg_params?= --disable-oggtest --enable-shared=no
-openjpeg.cfg_params?= -DBUILD_SHARED_LIBS:BOOL=OFF
+openjpeg.cfg_params?= -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_CODEC:BOOL=OFF
openjpeg.cfg_vars?=$(call cmake_config,.)
openjpeg.mak_params?= ; cd $(call bld_path,openjpeg,src/lib/openjp2); ln -sf . openjpeg-2.1
opencv.cfg_vars?=$(call cmake_config,.)
--- /dev/null
+--- ./configure.ac.orig 2023-01-30 20:35:40.839847499 +0300
++++ ./configure.ac 2023-01-30 20:48:27.751778042 +0300
+@@ -838,7 +838,8 @@
+ if test "x$enable_webp" != "xno" ; then
+
+ if test "x$with_webp_lib_dir" != "x" ; then
+- LDFLAGS="-L$with_webp_lib_dir $LDFLAGS"
++ LIBS="-lpthread $LIBS"
++ LDFLAGS="-L$with_webp_lib_dir $LDFLAGS "
+ fi
+
+ AC_CHECK_LIB(webp, WebPDecode, [webp_lib=yes], [webp_lib=no],)