Skip to content

Commit

Permalink
Bump libmypaint requirement to >= 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jplloyd committed Apr 29, 2020
1 parent c7a4abc commit ac20232
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ addons:
before_script:
- git clone https://github.com/mypaint/libmypaint
- cd libmypaint
- git checkout v1.5.0
- git checkout v1.6.0
- ./autogen.sh
- ./configure --prefix=/usr
- make
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ def get_ext_modules():
extra_link_args.append('-Wl,-z,origin')
extra_link_args.append('-Wl,-rpath,$ORIGIN')

initial_deps = ["libmypaint >= 1.5"]
initial_deps = ["libmypaint >= 1.6"]
remaining_deps = [
"pygobject-3.0",
"glib-2.0",
Expand Down
4 changes: 2 additions & 2 deletions windows/PKGBUILD-libmypaint
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: The MyPaint Team <mypaintopensource@gmail.com>

_realname=libmypaint
_realver=1.5.1
_realver=1.6.0
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
conflicts=("${MINGW_PACKAGE_PREFIX}-mypaint<1.3.0alpha")
Expand All @@ -22,7 +22,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
"${MINGW_PACKAGE_PREFIX}-json-c")
options=('strip' '!debug')
source=("https://github.com/mypaint/${_realname}/releases/download/v${_realver}/${_realname}-${_realver}.tar.xz")
sha256sums=('aef8150a0c84ce2ff6fb24de8d5ffc564845d006f8bad7ed84ee32ed1dd90c2b')
sha256sums=('a5ec3624ba469b7b35fd66b6fbee7f07285b7a7813d02291ac9b10e46618140e')

CFLAGS="-O3 -ftree-vectorize -funsafe-math-optimizations -funsafe-loop-optimizations"

Expand Down

0 comments on commit ac20232

Please sign in to comment.