diff options
author | pin <pin@pkgsrc.org> | 2022-10-18 08:14:10 +0000 |
---|---|---|
committer | pin <pin@pkgsrc.org> | 2022-10-18 08:14:10 +0000 |
commit | 47507823295b2871fa9629a5adc3673be4a8f32e (patch) | |
tree | fd3cdde9a332214658032e81968e259cf3f29860 | |
parent | 3f0dc0737405f8d21523e4517a31e34fa834f6a3 (diff) | |
download | pkgsrc-47507823295b2871fa9629a5adc3673be4a8f32e.tar.gz |
graphics/oculante: update to 0.6.17
0.6.17 (2022-10-17)
Features
- Keep image centered on window resize (a8ca6f1e)
-rw-r--r-- | graphics/oculante/Makefile | 9 | ||||
-rw-r--r-- | graphics/oculante/distinfo | 8 |
2 files changed, 11 insertions, 6 deletions
diff --git a/graphics/oculante/Makefile b/graphics/oculante/Makefile index d69fcd8f094..51d7bee3060 100644 --- a/graphics/oculante/Makefile +++ b/graphics/oculante/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2022/10/17 07:59:35 pin Exp $ +# $NetBSD: Makefile,v 1.17 2022/10/18 08:14:10 pin Exp $ -DISTNAME= oculante-0.6.16 +DISTNAME= oculante-0.6.17 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GITHUB:=woelper/} @@ -23,6 +23,11 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libX11}/lib RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib +# This is needed as pkgsrc defaults to graphics/jpeg. +# If you have graphics/libjpeg-turbo as a local default, it's most probably +# possible to build the package with default features on. +# Though, you might need to add RUSTFLAGS so that the compiler finds the +# graphics/libjpeg-turbo location. CARGO_NO_DEFAULT_FEATURES= YES do-install: diff --git a/graphics/oculante/distinfo b/graphics/oculante/distinfo index 4f762bd3d0b..a2bb8981546 100644 --- a/graphics/oculante/distinfo +++ b/graphics/oculante/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2022/10/17 07:59:35 pin Exp $ +$NetBSD: distinfo,v 1.15 2022/10/18 08:14:10 pin Exp $ BLAKE2s (ab_glyph-0.2.17.crate) = 6a1753510519e8df90eab3d20c056d9ddbb511460970d5c837bdf6f9d8707734 SHA512 (ab_glyph-0.2.17.crate) = 180b24fc99748db5fcb65cf7967032ad63fe8164909cf13390a658bf683e7e971f4a19fb8f2310238fa1d7e769e32e316671a99be46cf07a788c3bfaaf4df10f @@ -693,9 +693,9 @@ Size (objc_exception-0.1.2.crate) = 2251 bytes BLAKE2s (objc_id-0.1.1.crate) = 1bc76100eb8a059b580ecd9b12111a7055936856bbb9059e7d8f28a3bfb362ef SHA512 (objc_id-0.1.1.crate) = ec36fae6f5cefda00f3e44618b3c9fe6ec8f528f70d1a95def6421704bfa128a6e5b4a32e9dd686bf6ff60c4f87fe8094aa5e1c8070bcde58b17fdc06f49f9f5 Size (objc_id-0.1.1.crate) = 3258 bytes -BLAKE2s (oculante-0.6.16.tar.gz) = 633dd84f91ba2c75bd637e6d2f514ac0e19e1b27055b57f1aeef542da043f381 -SHA512 (oculante-0.6.16.tar.gz) = 1515c4f0812e97d2d2725614dd2df3507266afb06df88acb074a4ecf174439fa9776028c335e702eca0df0e1aba5c5f524a8b1d0909f863fe5c6ece8659847b2 -Size (oculante-0.6.16.tar.gz) = 10384954 bytes +BLAKE2s (oculante-0.6.17.tar.gz) = 62934f9635269bb439448a725e678972aee332005e52fb855a8328b5e6f3f149 +SHA512 (oculante-0.6.17.tar.gz) = ffa3a0968218e9ea62a5cfb2b4f477d8a25edf88db44bd7173100cbd671dd9d5932ebb92093e6d4da2cb4b5ad5bc697b898ee27832abb9aa43fa21fbb031a1be +Size (oculante-0.6.17.tar.gz) = 10384973 bytes BLAKE2s (once_cell-1.15.0.crate) = bb7a35ae1252f0ceeb7f7c8ff715940c986430728d4891dcf369ef493c93bed6 SHA512 (once_cell-1.15.0.crate) = 934a7c3631e9ca4fa78d9577b6672ca0b2f926a8d6c3be9542b906c5968033446f98f76ae6f368a1a5b92ab9064c31a57d74ab6d2097108029a7ea951541ff7e Size (once_cell-1.15.0.crate) = 31460 bytes |