parent
06f7ebd5c7
commit
b0331ce15e
@ -1,15 +1,15 @@
|
|||||||
# Template file for 'gifski'
|
# Template file for 'gifski'
|
||||||
pkgname=gifski
|
pkgname=gifski
|
||||||
version=0.6.0
|
version=0.6.1
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="cargo"
|
hostmakedepends="cargo"
|
||||||
depends="ffmpeg"
|
makedepends="libgomp-devel"
|
||||||
maintainer="cr6git <quark6@protonmail.com>"
|
maintainer="cr6git <quark6@protonmail.com>"
|
||||||
short_desc="Highest-quality GIF encoder based on pngquant"
|
short_desc="Highest-quality GIF encoder based on pngquant"
|
||||||
homepage="https://gif.ski"
|
homepage="https://gif.ski"
|
||||||
license="AGPL-3"
|
license="AGPL-3"
|
||||||
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
|
distfiles="https://github.com/ImageOptim/gifski/archive/${version}.tar.gz"
|
||||||
checksum=3e86ef3f3098416a7ba10e4ce361dec9f096ce4e9ee6087468fb872e046c71d7
|
checksum=609982ab8ccab4678010305ae82e69198ba494c8e41993966ba22d652d0a9e7e
|
||||||
|
|
||||||
# cargo:warning=armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-m64'
|
# cargo:warning=armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-m64'
|
||||||
# cargo:warning=armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-msse'; did you mean '-fdse'?
|
# cargo:warning=armv7l-linux-gnueabihf-gcc: error: unrecognized command line option '-msse'; did you mean '-fdse'?
|
||||||
@ -18,7 +18,7 @@ checksum=3e86ef3f3098416a7ba10e4ce361dec9f096ce4e9ee6087468fb872e046c71d7
|
|||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cargo build --release
|
cargo build --release --features=openmp
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user