Skip to content

Commit

Permalink
switch to sha256 checksums
Browse files Browse the repository at this point in the history
* upgrade some broken packages
* correct some broken urls/checksums
* use secure urls where possible
* update PKGBUILD templates
* remove line-ending whitespace
* minor typos/fixes

Remaining md5sums either didn't download or
didn't pass checksum tests.
  • Loading branch information
vszakats committed Feb 25, 2016
1 parent b86f9b0 commit e32a40c
Show file tree
Hide file tree
Showing 674 changed files with 2,860 additions and 2,877 deletions.
14 changes: 7 additions & 7 deletions mingw-w64-FreeImage/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-pkg-config"
"dos2unix" "make")
options=('strip' 'staticlibs' '!buildflags')
source=("http://downloads.sourceforge.net/sourceforge/freeimage/${_realname}${pkgver//./}.zip"
source=("https://downloads.sourceforge.net/sourceforge/freeimage/${_realname}${pkgver//./}.zip"
'FreeImage-3.17.0_mingw-makefiles.patch'
'FreeImage-3.17.0_unbundle.patch'
'FreeImage-3.17.0_CVE-2015-0852.patch')
md5sums=('459e15f0ec75d6efa3c7bd63277ead86'
'6510a7f7c715acf7bd182cd888d4787d'
'b81acf43a202d03573932e1f98d63a60'
'b21385e2da5dcdf4aa4e98d11150115d')
sha256sums=('fbfc65e39b3d4e2cb108c4ffa8c41fd02c07d4d436c594fff8dab1a6d5297f89'
'b32e15695b59fbf0c7f445d9249890b19d6c5bb3e9b5883b68064b745f27a462'
'9312dffcb0fe3940eb2a370cde77ed0168f905411df363089c77fcfeae0b3cdd'
'fd14c603f8e36b1ee74807bb8fb141751402f0cd70e82a473390bcf5583f017f')

prepare() {
cd ${srcdir}/${_realname}
Expand All @@ -44,12 +44,12 @@ prepare() {

# remove all included libs to make sure these don't get used during compile
rm -r Source/Lib* Source/ZLib Source/OpenEXR

# clear files which cannot be built due to dependencies on private headers
# (see also unbundle patch)
> Source/FreeImage/PluginG3.cpp
> Source/FreeImageToolkit/JPEGTransform.cpp

# sanitize encodings / line endings
for file in `find . -type f -name '*.c' -or -name '*.cpp' -or -name '*.h' -or -name '*.txt' -or -name Makefile`; do
${MINGW_PREFIX}/bin/iconv -f ISO-8859-15 -t UTF-8 ${file} > ${file}.new && \
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-OpenBLAS-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ makedepends=("git"
"${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-gcc-fortran")
source=("${_realname}"::"https://github.com/xianyi/${_realname}")
sha1sums=('SKIP')
sha256sums=('SKIP')

pkgver() {
cd "$srcdir/$_realname"
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-PKGBUILD-templates/PKGBUILD.CMake-github-git
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ options=('strip' 'staticlibs')
source=("${_realname}"::"git+https://github.com/someproject/somepackage.git#branch=master"
0001-An-important-fix.patch
0002-A-less-important-fix.patch)
md5sums=('SKIP'
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb')
sha256sums=('SKIP'
'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa'
'bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb')

pkgver() {
cd "${srcdir}"/${_realname}
Expand Down
8 changes: 4 additions & 4 deletions mingw-w64-PKGBUILD-templates/PKGBUILD.autotools-tarball
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ pkgver=1.0
pkgrel=1
pkgdesc="Some package (mingw-w64)"
arch=('any')
url='http://www.somepackage.org/'
url='https://www.somepackage.org/'
license=('LICENSE')
validpgpkeys=('gpg_KEY')
source=("http://www.somepackage.org/${_realname}/${_realname}-${pkgver}.tar.gz"
source=("https://www.somepackage.org/${_realname}/${_realname}-${pkgver}.tar.gz"
"0001-A-fix.patch")
sha1sums=("SKIP"
"SKIP")
sha256sums=('SKIP'
'SKIP')

prepare() {
cd $srcdir/${_realname}-${pkgver}
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-Pillow/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2-setuptools"
options=('staticlibs')
source=("https://pypi.python.org/packages/source/P/${_realname}/${_realname}-${pkgver}.tar.gz"
freeze-support.patch)
md5sums=('fc8ac44e93da09678eac7e30c9b7377d'
'cff4ba2f6541c7ab2ab2e27a4d53df61')
sha256sums=('ad50bef540fe5518a4653c3820452a881b6a042cb0f8bb7657c491c6bd3654bb'
'81719ede14f64371ad2ed155424666049c137e4eef6dd7d1fc4af64405015eee')

prepare() {
cd ${srcdir}/${_realname}-${pkgver}
Expand All @@ -42,7 +42,7 @@ package_python3-Pillow() {
cd "${srcdir}/python3-build-${CARCH}"
MSYS2_ARG_CONV_EXCL="--prefix=;--install-scripts=;--install-platlib=" \
${MINGW_PREFIX}/bin/python3 setup.py install --prefix=${MINGW_PREFIX#\/} --root="${pkgdir}/" --optimize=0

install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}/share/licenses/python3-${_realname}/LICENSE"
install -dm755 "${pkgdir}${MINGW_PREFIX}/include/python${_py3basever}/"
install -m644 -t "${pkgdir}${MINGW_PREFIX}/include/python${_py3basever}/" libImaging/*.h
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-ResIL/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ depends=("${MINGW_PACKAGE_PREFIX}-libpng"
provides=("${MINGW_PACKAGE_PREFIX}-DevIL")
conflicts=("${MINGW_PACKAGE_PREFIX}-DevIL")
options=('staticlibs' 'strip')
source=("http://downloads.sourceforge.net/resil/ResIL-${pkgver}.zip"
source=("https://downloads.sourceforge.net/resil/ResIL-${pkgver}.zip"
fix-il_gif.patch)
md5sums=('15640d11900fa75107f4ad2109d71ecb'
'ac530e0b2a453b194c5d945a62fcb6ea')
sha256sums=('83f522170a3838f108e6d9e95989948f898df764c0838f614c8c18e6e8e8e918'
'd885a8907030c424e8c2197efff7f827cbe354dc96d80fe1dd938f657ed0eaa7')

prepare() {
cd "${srcdir}/${_realname}-${pkgver}"
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-SDL/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ pkgver=1.2.15
pkgrel=7
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (mingw-w64)"
arch=('any')
url="http://libsdl.org"
url="https://libsdl.org"
license=("LGPL")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-libiconv")
options=('staticlibs' 'strip')
source=("${url}/release/SDL-${pkgver}.tar.gz")
md5sums=('9d96df8417572a2afb781a7c4c811a85')
sha256sums=('d6d316a793e5e348155f0dd93b979798933fb98aa1edebcc108829d6474aad00')

build() {
[[ -d "build-${MINGW_CHOST}" ]] && rm -rf "build-${MINGW_CHOST}"
Expand Down
10 changes: 5 additions & 5 deletions mingw-w64-SDL2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ pkgver=2.0.4
pkgrel=1
pkgdesc="A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) (mingw-w64)"
arch=('any')
url="http://libsdl.org"
url="https://libsdl.org"
license=("MIT")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-libiconv")
options=('staticlibs' 'strip')
source=("http://libsdl.org/release/SDL2-${pkgver}.tar.gz"
source=("https://libsdl.org/release/SDL2-${pkgver}.tar.gz"
SDL2-prevent-duplicate-d3d11-declarations.patch
SDL2-fix-gcc-compatibility.patch)
md5sums=('44fc4a023349933e7f5d7a582f7b886e'
'a2c2cd00ddf4ebe1d368fcace17a89de'
'9583b9e77e0c2caab6d7c80a67f53159')
sha256sums=('da55e540bf6331824153805d58b590a29c39d2d506c6d02fa409aedeab21174b'
'3b873346ac0c2b159dd81d21fca9d52be71699f5e04d2867049f0db4a2f4edfc'
'8b33198c272a2906c83e83957caf9f19ddac31422623f9e6caca0fc1e4ba416a')

prepare() {
cd "${srcdir}"/${_realname}-${pkgver}
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-SDL2_gfx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
depends=("${MINGW_PACKAGE_PREFIX}-SDL2")
options=('staticlibs' 'strip')
source=("http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-${pkgver}.tar.gz")
md5sums=('9c96816618e3e086d885d1d214e59d87')
sha256sums=('d69bcbceb811b4e5712fbad3ede737166327f44b727f1388c32581dbbe8c599a')

prepare() {
cd ${_realname}-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-SDL2_image/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgver=2.0.1
pkgrel=1
pkgdesc="A simple library to load images of various formats as SDL surfaces (Version 2)"
arch=('any')
url="http://www.libsdl.org/projects/SDL_image"
url="https://libsdl.org/projects/SDL_image"
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-SDL2"
"${MINGW_PACKAGE_PREFIX}-libpng"
Expand All @@ -16,7 +16,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-SDL2"
"${MINGW_PACKAGE_PREFIX}-libwebp")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
source=("${url}/release/${_realname}-${pkgver}.zip")
sha1sums=('878cfb830a90224a130da109a983eff09dcf87dd')
sha256sums=('81fd3956f6967848a4b7f34960e42cbce9eba262fadd41357ba95522a98d5748')

build() {
[[ -d ${srcdir}/build-${MINGW_CHOST} ]] && rm -rf ${srcdir}/build-${MINGW_CHOST}
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-SDL2_mixer/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgver=2.0.1
pkgrel=1
pkgdesc="A simple multi-channel audio mixer (Version 2) (mingw-w64)"
arch=('any')
url="http://www.libsdl.org/projects/SDL_mixer"
url="https://libsdl.org/projects/SDL_mixer"
license=("MIT")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
Expand All @@ -19,7 +19,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-fluidsynth")
options=('staticlibs' 'strip')
source=("$url/release/${_realname}-${pkgver}.zip")
md5sums=('a2ea0c4b63a79b95b0471cfbbde96ec7')
sha256sums=('06733c61deb10f0300017e3ddaa31bd10ad9ea5c1f6926b0ab5f0e322a036dda')

build() {
[[ -d ${srcdir}/build-${MINGW_CHOST} ]] && rm -rf ${srcdir}/build-${MINGW_CHOST}
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-SDL2_net/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ pkgver=2.0.1
pkgrel=1
pkgdesc="A small sample cross-platform networking library (Version 2) (mingw-w64)"
arch=('any')
url="http://www.libsdl.org/projects/SDL_net"
url="https://libsdl.org/projects/SDL_net"
license=("MIT")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-SDL2")
options=('staticlibs' 'strip')
source=("${url}/release/${_realname}-${pkgver}.tar.gz")
md5sums=('5c1d9d1cfa63301b141cb5c0de2ea7c4')
sha256sums=('15ce8a7e5a23dafe8177c8df6e6c79b6749a03fff1e8196742d3571657609d21')

build() {
mkdir -p "${srcdir}/build-${MINGW_CHOST}"
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-SDL2_ttf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ pkgver=2.0.13
pkgrel=1
pkgdesc="A library that allows you to use TrueType fonts in your SDL applications (Version 2) (mingw-w64)"
arch=('any')
url="http://www.libsdl.org/projects/SDL_ttf"
url="https://libsdl.org/projects/SDL_ttf"
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-SDL2"
"${MINGW_PACKAGE_PREFIX}-freetype")
makedepends=("${MINGW_PACKAGE_PREFIX}-cmake")
source=("${url}/release/${_realname}-${pkgver}.zip")
md5sums=('b712e32b7bc4e1350015bca3c2ce7232')
sha256sums=('1cb5cd85b1f4088d6013b0d424ed92fdb06b63ec77e05e4066162a5963d94c95')

build() {
[[ -d ${srcdir}/build-${MINGW_CHOST} ]] && rm -rf ${srcdir}/build-${MINGW_CHOST}
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-SDL_gfx/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license=('LGPL')
depends=("${MINGW_PACKAGE_PREFIX}-SDL")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
source=("http://www.ferzkopp.net/Software/SDL_gfx-2.0/${_realname}-${pkgver}.tar.gz")
sha1sums=('20a89d0b71b7b790b830c70f17ed2c44100bc0f4')
sha256sums=('556eedc06b6cf29eb495b6d27f2dcc51bf909ad82389ba2fa7bdc4dec89059c0')

build() {
[[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"
Expand Down
4 changes: 2 additions & 2 deletions mingw-w64-SDL_image/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgver=1.2.12
pkgrel=4
pkgdesc="A simple library to load images of various formats as SDL surfaces (mingw-w64)"
arch=('any')
url="http://www.libsdl.org/projects/SDL_image"
url="https://libsdl.org/projects/SDL_image"
license=('MIT')
depends=("${MINGW_PACKAGE_PREFIX}-SDL"
"${MINGW_PACKAGE_PREFIX}-libjpeg-turbo"
Expand All @@ -17,7 +17,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-SDL"
"${MINGW_PACKAGE_PREFIX}-zlib")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
source=("${url}/release/${_realname}-${pkgver}.tar.gz")
sha1sums=('5e3e393d4e366638048bbb10d6a269ea3f4e4cf2')
sha256sums=('0b90722984561004de84847744d566809dbb9daf732a9e503b91a1b5a84e5699')

build() {
[[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"
Expand Down
18 changes: 9 additions & 9 deletions mingw-w64-SDL_mixer/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pkgver=1.2.12
pkgrel=2
pkgdesc="A simple multi-channel audio mixer (mingw-w64)"
arch=('any')
url="http://www.libsdl.org/projects/SDL_mixer/"
url="https://libsdl.org/projects/SDL_mixer/"
license=('custom')
depends=("${MINGW_PACKAGE_PREFIX}-SDL"
"${MINGW_PACKAGE_PREFIX}-libvorbis"
Expand All @@ -18,24 +18,24 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc"
"${MINGW_PACKAGE_PREFIX}-pkg-config"
"${MINGW_PACKAGE_PREFIX}-fluidsynth")
optdepends=("${MINGW_PACKAGE_PREFIX}-fluidsynth: MIDI software synth, replaces built-in timidity")
source=(http://www.libsdl.org/projects/SDL_mixer/release/${_realname}-${pkgver}.tar.gz
source=(https://libsdl.org/projects/SDL_mixer/release/${_realname}-${pkgver}.tar.gz
mikmod1.patch
mikmod2.patch
fluidsynth-volume.patch
double-free-crash.patch
SDL_mixer-find_lib.mingw.patch)
md5sums=('e03ff73d77a55e3572ad0217131dc4a1'
'c335d4ff1fe86950d1fc730745c9c96d'
'd13d98fef8ec51167a370fa7976a7a7f'
'eceb06e3a8b31fee300d7f33478401d4'
'b38c1b23751ca95631badeb9327d085e'
'a116f6c880aae14d2a1657447bdbd81e')
sha256sums=('1644308279a975799049e4826af2cfc787cad2abb11aa14562e402521f86992a'
'17bc8704a0e6e66b1a79ae4f58f0fdf0a58ff64db86980b2e0fa7ef352042cdb'
'7a0fd237def865ec8376ec0f534e75ad4bc1ba6dff66774112cd2f2700ae9a9c'
'1cc663048ef57c9238a10109bbbbef3b49e2c9d2dbd7c71c7c2f0673a6417e14'
'912d5b8342eec3626fe61389531f7fe941c9aa6f463cf2681948a739d3c53f35'
'd923528c7c4e7fb5f7bfd8cb497bd39cbbf2e05ad871204139f1c789333c132d')
noextract=(${_realname}-${pkgver}.tar.gz)

prepare() {
[[ -d ${srcdir}/${_realname}-${pkgver} ]] && rm -rf ${srcdir}/${_realname}-${pkgver}
tar -xzf ${srcdir}/${_realname}-${pkgver}.tar.gz -C ${srcdir} || true

cd "${srcdir}/${_realname}-${pkgver}"

patch -Np1 -i ${srcdir}/mikmod1.patch
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-SDL_net/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ pkgver=1.2.8
pkgrel=1
pkgdesc="A small sample cross-platform networking library (mingw-w64)"
arch=('any')
url="http://www.libsdl.org/projects/SDL_net"
url="https://libsdl.org/projects/SDL_net"
license=('custom')
depends=("${MINGW_PACKAGE_PREFIX}-SDL")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
source=(http://www.libsdl.org/projects/SDL_net/release/${_realname}-${pkgver}.tar.gz)
md5sums=('20e64e61d65662db66c379034f11f718')
source=(https://libsdl.org/projects/SDL_net/release/${_realname}-${pkgver}.tar.gz)
sha256sums=('5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4')

build() {
[[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-SDL_ttf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ pkgver=2.0.11
pkgrel=4
pkgdesc="A library that allows you to use TrueType fonts in your SDL applications (mingw-w64)"
arch=('any')
url="http://www.libsdl.org/projects/SDL_ttf/"
url="https://libsdl.org/projects/SDL_ttf/"
license=("custom")
makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-pkg-config")
depends=("${MINGW_PACKAGE_PREFIX}-SDL" "${MINGW_PACKAGE_PREFIX}-freetype")
options=('staticlibs' 'strip')
source=(http://www.libsdl.org/projects/SDL_ttf/release/${_realname}-${pkgver}.tar.gz)
md5sums=('61e29bd9da8d245bc2471d1b2ce591aa')
source=(https://libsdl.org/projects/SDL_ttf/release/${_realname}-${pkgver}.tar.gz)
sha256sums=('724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7')

build() {
[[ -d "${srcdir}/build-${MINGW_CHOST}" ]] && rm -rf "${srcdir}/build-${MINGW_CHOST}"
Expand Down
6 changes: 3 additions & 3 deletions mingw-w64-a52dec/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-gcc")
source=("http://liba52.sourceforge.net/files/${_realname}-${pkgver}.tar.gz"
'0001-a52dec-0.7.4-build.patch'
'0002-do-not-AC_C_ALWAYS_INLINE-it-redefines-inline-breaking-mingw-w64-GCC-5.1.0-C99.patch')
md5sums=('caa9f5bc44232dc8aeea773fea56be80'
'fa16f224a7dceb7613824380abef0052'
'f3e200f41ecd682c6675d1b9c621c23b')
sha256sums=('a21d724ab3b3933330194353687df82c475b5dfb997513eef4c25de6c865ec33'
'00a094d6178cd21bfc2303ff2ac91ce656810e6fef50e77ab30e18d0f4d4a650'
'a642b0a98caca1299fb75b7260bf9a60cdbd995623a00ec2e766bad2da836076')

prepare() {
cd "${_realname}-${pkgver}"
Expand Down
14 changes: 7 additions & 7 deletions mingw-w64-ag/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ source=("${_realname}"::"git+https://github.com/ggreer/the_silver_searcher.git"
"0004-lang-Add-to-make-Makefile-Makefile.Debug-Makefile.Re.patch"
"0005-lang-Add-makepkg-PKGBUILD-diff-patch-in-install.patch"
"0006-lang-Add-cmake-CMakeLists.txt-CMakeCache.txt.patch")
md5sums=('SKIP'
'73e60af8e8f0eb12e69797a6377b3ba9'
'8364f2765d95d3a550cd7698c3540ab6'
'6dc9b48f11616f2392935d3297bdabbc'
'e40bea74e7b32da3543d635e1984be64'
'40ef6ecb9db4c7b8ae6e8a13b5ecafb8'
'75e55c3d88d435994e8562d29ada825e')
sha256sums=('SKIP'
'eface051f399e098ffe5719d9d65334ac62cf079385cd7ff179203e0184709a9'
'2b6ca4627ce76ae41ac9873357257e8236955445af181011f051027a7260077d'
'6a6e5d555b15daed84cf523699aef7dd1b8fd0ff499ea961645640298e4de202'
'a203c2bcdc24461e188fec14f240674d2e5614f2ee7f65a210bc03973786094f'
'abe95b36af951d5515f58c04de847fd4c68b7b2e38a83da3f9cf20792229ad78'
'794db6b04ff5656d3e93bc4f7323fbdbbcdb9a1f1a31b9a2956b56660c7de19d')

pkgver() {
cd ${srcdir}/${_realname}
Expand Down
16 changes: 8 additions & 8 deletions mingw-w64-angleproject-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ source=("angleproject"::git+https://chromium.googlesource.com/angle/angle
angleproject-include-import-library-and-use-def-file.patch
libEGL_mingw32.def
libGLESv2_mingw32.def)
md5sums=('SKIP'
'3caf19560f2b8cac70f4a27b23093775'
'70615a5e327a53fd60cc4dec916842c0'
'2ca332d9c13bae82300d417595e1d48d'
'232a2f50c3b55247f95fecfab1bec60e'
'f5519fd7fc7f654c0805fbd802a5722d')
sha256sums=('SKIP'
'80f1dc27536181e6cce98089de36f2829a525b1e134e733bbe4083607ace45e5'
'663f1a4e0f47e3ee026e74c1bb15ea946fe37364cf845db3b79551aa4d9e10b0'
'b3f8897b02c8c0184d9c53563f1be0c6e6f330c88c4b636dc02c57458312e864'
'806c96e6580d6775ad52f137d98a086c930da3feed04410f5e0551cdc6aae29e'
'357559595b6bb47f85157f194de1b8b5851333234f282ef33dfc38d9cc4435ea')
pkgver() {
cd "$srcdir/angleproject"
local _major=$(head -n 14 src/common/version.h | grep 'ANGLE_MAJOR_VERSION' | sed -e 's/.* //' | tr '\n' '.' | sed 's/.$/\n/')
Expand All @@ -42,10 +42,10 @@ prepare() {

### Fedora team patches ###
patch -p1 -i ${srcdir}/0000-build-fix.patch

# Make sure an import library is created and the correct .def file is used during the build
patch -p1 -i ${srcdir}/angleproject-include-import-library-and-use-def-file.patch

# WebKit depends on symbols which are used in the static library called translator_hlsl
# This static library is linked into the libGLESv2 shared library
# To allow building WebKit export the required symbols in the libGLESv2 shared library
Expand Down
Loading

0 comments on commit e32a40c

Please sign in to comment.