Merge pull request #1903 from LuaAndC/misspell

fix typos found by misspell tool
pull/1906/head
Boris Nagaev 7 years ago committed by GitHub
commit 9971cb923a

@ -2660,7 +2660,7 @@ endef</pre>
<a href="https://savannah.nongnu.org/projects/mingw-cross-env">Entry on Savannah</a>
</li>
<li>
<a href="https://lists.debian.org/debian-embedded/2007/06/msg00007.html">First release anouncement</a>
<a href="https://lists.debian.org/debian-embedded/2007/06/msg00007.html">First release announcement</a>
and the discussion around it
</li>
</ul>

@ -111,7 +111,7 @@ This type of package will also work with normal MXE features such as updates
and patches.
The customisation style (override/overlay) can be trickier since any arbitrary
`make` statements can be used. Most normal variables should be overriden with
`make` statements can be used. Most normal variables should be overridden with
[simply expanded variables](https://www.gnu.org/software/make/manual/html_node/Flavors.html#Flavors)
i.e. using `:=` instead of `=`. For example, to change a package version:

@ -5,7 +5,7 @@ Contains ad hoc patches for cross building.
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Boris Nagaev <bnagaev@gmail.com>
Date: Sun, 30 Aug 2015 00:28:50 +0200
Subject: [PATCH] do not check qmake existance
Subject: [PATCH] do not check qmake existence
Fix ./configure error:

@ -8,7 +8,7 @@ endif()
pkg_check_modules(FRIBIDI fribidi)
# for backward compatiblity
# for backward compatibility
set(FRIBIDI_LIBRARY ${FRIBIDI_LIBRARIES})
set(FRIBIDI_INCLUDE_DIR ${FRIBIDI_INCLUDE_DIRS})
set(FRIBIDI_VERSION_STRING ${FRIBIDI_VERSION})

@ -8,7 +8,7 @@ endif()
pkg_check_modules(SDL sdl)
# for backward compatiblity
# for backward compatibility
set(SDL_LIBRARY ${SDL_LIBRARIES})
set(SDL_INCLUDE_DIR ${SDL_INCLUDE_DIRS})
set(SDL_VERSION_STRING ${SDL_VERSION})

@ -8,7 +8,7 @@ endif()
pkg_check_modules(SDL_IMAGE SDL_image)
# for backward compatiblity
# for backward compatibility
set(SDLIMAGE_LIBRARY ${SDL_IMAGE_LIBRARIES})
set(SDL_IMAGE_LIBRARY ${SDL_IMAGE_LIBRARIES})
set(SDLIMAGE_INCLUDE_DIR ${SDL_IMAGE_INCLUDE_DIRS})

@ -8,10 +8,10 @@ endif()
pkg_check_modules(SDL_MIXER SDL_mixer)
#compatiblity
#compatibility
set(SDL_MIXER_VERSION_STRING ${SDL_MIXER_VERSION})
# for backward compatiblity
# for backward compatibility
set(SDLMIXER_LIBRARY ${SDL_MIXER_LIBRARIES})
set(SDLMIXER_INCLUDE_DIR ${SDL_MIXER_INCLUDE_DIRS})
set(SDLMIXER_FOUND ${SDL_MIXER_FOUND})

@ -8,10 +8,10 @@ endif()
pkg_check_modules(SDL_NET SDL_net)
#compatiblity
#compatibility
set(SDL_NET_VERSION_STRING ${SDL_NET_VERSION})
# for backward compatiblity
# for backward compatibility
set(SDLNET_LIBRARY ${SDL_NET_LIBRARIES})
set(SDLNET_INCLUDE_DIR ${SDL_NET_INCLUDE_DIRS})
set(SDLNET_FOUND ${SDL_NET_FOUND})

@ -8,9 +8,9 @@ endif()
pkg_check_modules(SDL_SOUND SDL_sound)
#compatiblity
#compatibility
set(SDL_SOUND_VERSION_STRING ${SDL_SOUND_VERSION})
set(SDL_SOUND_LIBRARIES ${SDL_SOUND_EXTRAS};${SDL_SOUND_LIBRARIES})
# for backward compatiblity
# for backward compatibility
set(SDL_SOUND_LIBRARY ${SDL_SOUND_LIBRARIES})

@ -8,10 +8,10 @@ endif()
pkg_check_modules(SDL_TTF SDL_ttf)
#compatiblity
#compatibility
set(SDL_TTF_VERSION_STRING ${SDL_TTF_VERSION})
# for backward compatiblity
# for backward compatibility
set(SDLTTF_LIBRARY ${SDL_TTF_LIBRARIES})
set(SDLTTF_INCLUDE_DIR ${SDL_TTF_INCLUDE_DIRS})
set(SDLTTF_FOUND ${SDL_TTF_FOUND})

@ -8,7 +8,7 @@ endif()
pkg_check_modules(TIFF libtiff-4)
# for backward compatiblity
# for backward compatibility
set(TIFF_LIBRARY ${TIFF_LIBRARIES})
set(TIFF_INCLUDE_DIR ${TIFF_INCLUDE_DIRS})
set(TIFF_VERSION_STRING ${TIFF_VERSION})

@ -57,7 +57,7 @@ From: Tony Theodore <tonyt@logyst.com>
Date: Thu, 20 Jul 2017 16:34:51 +1000
Subject: [PATCH] fix resource paths
DevIL/src-IL/msvc/IL.rc has wierd EOL issues and patches don't
DevIL/src-IL/msvc/IL.rc has weird EOL issues and patches don't
apply - use $(SED) in build rule instead

@ -1298,7 +1298,7 @@ index 1111111..2222222 100644
+EXEEXTAUX="$EXEEXT"
+CROSS_COMPILING=no
+
+AC_ARG_VAR(CCAUX, [auxilliary C compiler])
+AC_ARG_VAR(CCAUX, [auxiliary C compiler])
+
+if test "$cross_compiling" = yes ; then
+ CROSS_COMPILING=yes

@ -31,7 +31,7 @@ int main(int argc, char *argv[]) {
}
/* Try to detect rig */
/* may be overriden by backend probe */
/* may be overridden by backend probe */
myport.type.rig = RIG_PORT_SERIAL;
myport.parm.serial.rate = 9600;
myport.parm.serial.data_bits = 8;

@ -15,7 +15,7 @@ $(PKG)_URL_2 := https://github.com/N0NB/$(PKG)/archive/$($(PKG)_VERSION).tar.
$(PKG)_DEPS := gcc libltdl libusb1 libxml2 pthreads
# grabbing version from sourceforge
# prefered by Nate N0NB
# preferred by Nate N0NB
define $(PKG)_UPDATE
$(WGET) -q -O- 'https://sourceforge.net/projects/hamlib/files/hamlib/' | \
$(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \

@ -3,7 +3,7 @@ This file is part of MXE. See LICENSE.md for licensing information.
This patch has been taken from:
https://github.com/Alexpux/MINGW-packages/tree/master/mingw-w64-zlib
Modifications have been made to accomodate for commit.
Modifications have been made to accommodate for commit.
nmoinvaz/minizip@9bccc22efb2d.
From c162a3620a3d0d317f59af8ddc2d1605bf5ee4b3 Mon Sep 17 00:00:00 2001

@ -41,7 +41,7 @@ define $(PKG)_BUILD
# overwriting the binary versions which ship with the compiler with
# ones that contain the filename-win32-dirsep patch.
$(MAKE) -C '$(1)' -j 1 coreboot
# second time, otherwise Segfault in some cases (depending on the runing system?)
# second time, otherwise Segfault in some cases (depending on the running system?)
$(MAKE) -C '$(1)' -j 1 coreboot
$(MAKE) -C '$(1)' -j 1 all
# install ocamldoc and camlp4 (non cross versions)

@ -23,7 +23,7 @@ define $(PKG)_BUILD
$(SED) -i 's,ocamlyacc,$(TARGET)-ocamlyacc,g' '$(1)/Makefile'
$(SED) -i "s,@installdir@,$(PREFIX)/$(TARGET)/lib/ocaml/xml-light,g" $(1)/Makefile
$(MAKE) -C '$(1)' xml_parser.ml
$(MAKE) -C '$(1)' -j 1 # without seperated previous step, does not work
$(MAKE) -C '$(1)' -j 1 # without separated previous step, does not work
mkdir -p $(PREFIX)/$(TARGET)/lib/ocaml/xml-light
# install..
$(MAKE) -C '$(1)' -j '$(JOBS)' install

@ -1,6 +1,6 @@
This file is part of MXE. See LICENSE.md for licensing information.
This patch was commited to OpenCV's 2.4 branch and we should be able to drop
This patch was committed to OpenCV's 2.4 branch and we should be able to drop
it in the next point release.
commit eceada586bbf18fc267e437522ec4f1f23ddc656

@ -23,7 +23,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && autoconf
cp -Rp '$(1)' '$(1).native'
# Since we build only client libary, use bogus tzdata to satisfy configure.
# Since we build only client library, use bogus tzdata to satisfy configure.
# pthreads is needed in both LIBS and PTHREAD_LIBS
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS) \

@ -290,7 +290,7 @@ needs to be converted by the codec.
Codec plugins can also be a nuisance to builders of applications
linking to static Qt. This is because the application might need
to explicilty import the static codec plugins which are actually
to explicitly import the static codec plugins which are actually
dependencies of QtCore.
For these reasons, it has been decided not to have text codec plugins

@ -302,7 +302,7 @@ end
-- return items ordered in build order
-- this means, if item depends on item2, then
-- item2 preceeds item1 in the list
-- item2 precedes item1 in the list
local function sortForBuild(items, item2deps)
local n = #items
local item2followers = transpose(item2deps)

Loading…
Cancel
Save