Home
last modified time | relevance | path

Searched refs:WINE (Results 1 – 25 of 712) sorted by relevance

12345678910>>...29

/dports/graphics/libsixel/sixel-1.8.6/converters/
H A DMakefile.am65 test ! $$($(WINE) $(builddir)/img2sixel .)
80 test ! $$($(WINE) $(builddir)/img2sixel -B \#00G)
81 test ! $$($(WINE) $(builddir)/img2sixel -B test)
83 test ! $$($(WINE) $(builddir)/img2sixel -%)
95 $(WINE) $(builddir)/img2sixel -H
96 $(WINE) $(builddir)/img2sixel -V
146 …$(WINE) $(builddir)/img2sixel -w204 -h204 $(top_srcdir)/images/snake.png | $(WINE) $(builddir)/img…
153 $(WINE) $(builddir)/img2sixel; \
159 …$(WINE) $(builddir)/img2sixel $(top_srcdir)/images/snake.png| sed 's/C/C:/g'| tr : '\t'| $(WINE) $…
265 $(WINE) $(builddir)/sixel2png -H
[all …]
H A DMakefile.in1055 @WANT_IMG2SIXEL_TRUE@ test ! $$($(WINE) $(builddir)/img2sixel .)
1070 @WANT_IMG2SIXEL_TRUE@ test ! $$($(WINE) $(builddir)/img2sixel -B \#00G)
1071 @WANT_IMG2SIXEL_TRUE@ test ! $$($(WINE) $(builddir)/img2sixel -B test)
1073 @WANT_IMG2SIXEL_TRUE@ test ! $$($(WINE) $(builddir)/img2sixel -%)
1085 @WANT_IMG2SIXEL_TRUE@ $(WINE) $(builddir)/img2sixel -H
1086 @WANT_IMG2SIXEL_TRUE@ $(WINE) $(builddir)/img2sixel -V
1089 @WANT_IMG2SIXEL_TRUE@ $(WINE) $(builddir)/img2sixel $(srcdir)/images/snake.jpg -datkinson -flum -sa…
1136 @WANT_IMG2SIXEL_TRUE@ $(WINE) $(builddir)/img2sixel -w204 -h204 $(top_srcdir)/images/snake.png | $(
1143 @WANT_IMG2SIXEL_TRUE@ $(WINE) $(builddir)/img2sixel; \
1149 @WANT_IMG2SIXEL_TRUE@ $(WINE) $(builddir)/img2sixel $(top_srcdir)/images/snake.png| sed 's/C/C:/g'|…
[all …]
/dports/multimedia/libde265/libde265-1.0.2/
H A D.travis.yml7 - HOST= WINE= DECODESTREAMS=
10 - HOST= WINE= DECODESTREAMS=libde265-teststreams-nolf THREADING=
22 - HOST=i686-w64-mingw32 WINE=wine DECODESTREAMS=
23 - HOST=x86_64-w64-mingw32 WINE=wine64 DECODESTREAMS=
24 - HOST=arm-linux-gnueabihf WINE= DECODESTREAMS=
25 - HOST=cmake WINE= DECODESTREAMS=
30 env: HOST= WINE= DECODESTREAMS=
62 …- sh -c "if [ ! -z "$WINE" ]; then WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$HOST/4.6/ $WINE .…
63 …- sh -c "if [ ! -z "$WINE" ]; then WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$HOST/4.6/ $WINE .…
64 …- sh -c "if [ ! -z "$WINE" ]; then WINEPREFIX=`pwd`/$WINE WINEPATH=/usr/lib/gcc/$HOST/4.6/ $WINE .…
[all …]
/dports/graphics/seq2gif/seq2gif-0.10.4/
H A D.travis.yml5 - XCC=clang HOST= WINE=
6 - XCC=gcc HOST= WINE=
7 - XCC=i686-w64-mingw32-gcc HOST="--host=i686-w64-mingw32" WINE=wine
8 - XCC=i586-mingw32msvc-gcc HOST="--host=i586-mingw32msvc" WINE=wine
9 - XCC=x86_64-w64-mingw32-gcc HOST="--host=x86_64-w64-mingw32" WINE=wine64
10 - XCC=gcc HOST= WINE= GCOV="--enable-gcov"
14 - "if [ x$WINE = x ]; then sudo apt-get install -qq valgrind > /dev/null; fi"
15 - "if [ x$WINE != x ]; then sudo apt-get install -qq wine > /dev/null; fi"
30 - "$WINE seq2gif --version"
34 - "if [ x$WINE = x ]; then make valgrind && exit 0 || cat valgrind.log && exit 1; fi"
/dports/security/john/john-1.9.0-jumbo-1/.circleci/
H A Dcircle-ci.sh36 if [[ -n "$WINE" ]]; then
50 if [[ -z "$WINE" ]]; then
57 $WINE $JTR --list=build-info
62 $WINE $JTR --list=build-info
65 if [[ -n "$WINE" ]]; then
72 $WINE $JTR --test=0
H A Dconfig.yml21 WINE: "wine"
30 WINE: "wine"
/dports/graphics/devil/devil-1.7.8/test/format_test/
H A Dformat_checks.sh.in21 test $(which wine 2> /dev/null) && WINE="wine"
42 test -n "$VERBOSE" && echo $WINE ./testil@EXEEXT@ -e $EXTENSION
44 $WINE ./testil@EXEEXT@ -e$VERBOSE $EXTENSION
/dports/net/tn5250/tn5250-0.17.4/lib5250/
H A Dtn5250-private.h28 #if defined(WIN32) || defined(WINE)
95 #if !defined(WINE) && !defined(WIN32)
111 #if defined(WINE)
168 #if defined(WINE) || defined(WIN32)
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/addons/avsfilter/
H A DMakefile6 WINE=/usr/bin/wine macro
10 CC=$(WINE) $(BIN_PATH)$(CC_WIN32)
11 LINK=$(WINE) $(BIN_PATH)$(LINK_WIN32)
/dports/multimedia/avidemux-cli/avidemux_2.7.6/addons/avsfilter/
H A DMakefile6 WINE=/usr/bin/wine macro
10 CC=$(WINE) $(BIN_PATH)$(CC_WIN32)
11 LINK=$(WINE) $(BIN_PATH)$(LINK_WIN32)
/dports/multimedia/avidemux/avidemux_2.7.6/addons/avsfilter/
H A DMakefile6 WINE=/usr/bin/wine macro
10 CC=$(WINE) $(BIN_PATH)$(CC_WIN32)
11 LINK=$(WINE) $(BIN_PATH)$(LINK_WIN32)
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/addons/avsfilter/
H A DMakefile6 WINE=/usr/bin/wine macro
10 CC=$(WINE) $(BIN_PATH)$(CC_WIN32)
11 LINK=$(WINE) $(BIN_PATH)$(LINK_WIN32)
/dports/games/spring/spring_98.0/tools/scripts/
H A Drunner.sh55 WINE=$(which wine)
56 [ -x "$WINE" ] || die "Cannot run $1: wine not found"
57 COMMAND="$WINE $EXEC $(echo "$@" | sed 's,--,/,g; s,=, ,g')"
/dports/archivers/par2cmdline/par2cmdline-0.8.1/
H A DROADMAP26 MinGW/WINE
28 you can compile using MinGW and run using WINE. MinGW is a
30 WINE is a Windows simulator.
37 To run Par2 with WINE, you need to tell it where
39 run WINE by putting "wine" in front of your
46 You then convert that Linux path to WINE's Windows path
50 path. You tell WINE about all the DLL directories by
57 If WINE is working, you can run tests in WINE with
63 WINE. When switching from MinGW to normal GCC, you need
/dports/science/tfel/tfel-3.4.0/cmake/
H A DToolChain-i686-w64-mingw32.cmake23 # find_program(WINE NAMES wine)
24 # set(RUNNER ${WINE})
/dports/science/tfel-edf/tfel-3.2.1/cmake/
H A DToolChain-i686-w64-mingw32.cmake23 # find_program(WINE NAMES wine)
24 # set(RUNNER ${WINE})
/dports/graphics/scale2x/scale2x-3.1/
H A Dconfigure.ac10 AC_CHECK_PROG([WINE],[wine],[wine],[])
39 [*-*-mingw*], [TESTENV="$WINE"],
/dports/lang/sdcc/sdcc-4.0.0/support/regression/ports/pic14/
H A Dspec.mk8 GPSIM := $(WINE) $(GPSIM_PATH)/gpsim$(EXEEXT)
10 GPSIM := $(WINE) gpsim$(EXEEXT)
/dports/x11-toolkits/tk87/tk8.7a5/win/
H A DMakefile.in219 WINE = @WINE@
487 $(SHELL_ENV) $(WINE) ./$(TKTEST) "$(ROOT_DIR_NATIVE)/tests/all.tcl" \
488 $(TESTFLAGS) | $(WINE) ./$(CAT32)
491 $(SHELL_ENV) $(WINE) ./$(TKTEST) "$(ROOT_DIR_NATIVE)/tests/ttk/all.tcl" \
492 $(TESTFLAGS) | $(WINE) ./$(CAT32)
495 $(SHELL_ENV) $(WINE) ./$(TKTEST) $(TESTFLAGS) $(SCRIPT)
500 $(SHELL_ENV) $(WINE) ./$(WISH) $(SCRIPT)
503 $(SHELL_ENV) $(WINE) ./$(WISH) $(ROOT_DIR)/library/demos/widget
/dports/lang/sdcc/sdcc-4.0.0/support/regression/ports/pic16/
H A Dspec.mk8 GPSIM := $(WINE) $(GPSIM_PATH)/gpsim$(EXEEXT)
10 GPSIM := $(WINE) gpsim$(EXEEXT)
/dports/lang/sdcc/sdcc-4.0.0/support/regression/ports/hc08/
H A Dspec.mk19 EMU = $(WINE) $(shell if [ -f $(UCHC08A) ]; then echo $(UCHC08A); else echo $(UCHC08B); fi)
21 AS = $(WINE) $(top_builddir)/bin/sdas6808$(EXEEXT)
/dports/lang/sdcc/sdcc-4.0.0/support/regression/ports/pdk14/
H A Dspec.mk19 EMU = $(WINE) $(shell if [ -f $(UCPDK14A) ]; then echo $(UCPDK14A); else echo $(UCPDK14B); fi)
21 AS = $(WINE) $(top_builddir)/bin/sdaspdk$(EXEEXT)
/dports/lang/sdcc/sdcc-4.0.0/support/regression/ports/s08/
H A Dspec.mk21 EMU = $(WINE) $(shell if [ -f $(UCHC08A) ]; then echo $(UCHC08A); else echo $(UCHC08B); fi)
23 AS = $(WINE) $(top_builddir)/bin/sdas6808$(EXEEXT)
/dports/lang/sdcc/sdcc-4.0.0/support/regression/ports/stm8/
H A Dspec.mk19 EMU = $(WINE) $(shell if [ -f $(UCSTM8A) ]; then echo $(UCSTM8A); else echo $(UCSTM8B); fi)
21 AS = $(WINE) $(top_builddir)/bin/sdasstm8$(EXEEXT)
/dports/lang/sdcc/sdcc-4.0.0/support/regression/ports/stm8-large/
H A Dspec.mk19 EMU = $(WINE) $(shell if [ -f $(UCSTM8A) ]; then echo $(UCSTM8A); else echo $(UCSTM8B); fi)
21 AS = $(WINE) $(top_builddir)/bin/sdasstm8$(EXEEXT)

12345678910>>...29