FreeBSD Bugzilla – Attachment 235581 Details for
Bug 265536
x11/swayimg: update to 1.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
x11/swayimg: update to 1.8 (v. 1.2 "git am")
0001-x11-swayimg-update-to-1.8.patch (text/plain), 3.97 KB, created by
Ghost
on 2022-07-31 14:54:05 UTC
(
hide
)
Description:
x11/swayimg: update to 1.8 (v. 1.2 "git am")
Filename:
MIME Type:
Creator:
Ghost
Created:
2022-07-31 14:54:05 UTC
Size:
3.97 KB
patch
obsolete
>From 650785e3ae14e852f856bf9a0f7ec358d128d470 Mon Sep 17 00:00:00 2001 >From: Evgeniy Khramtsov <evgeniy@khramtsov.org> >Date: Sun, 31 Jul 2022 14:20:27 +0000 >Subject: [PATCH] x11/swayimg: update to 1.8 > >PR: ? >Approved by: ? >Changes: https://github.com/artemsen/swayimg/compare/v1.7...v1.8 >--- > x11/swayimg/Makefile | 14 ++++++++++---- > x11/swayimg/distinfo | 12 +++++++----- > x11/swayimg/files/patch-meson.build | 19 ------------------- > 3 files changed, 17 insertions(+), 28 deletions(-) > delete mode 100644 x11/swayimg/files/patch-meson.build > >diff --git a/x11/swayimg/Makefile b/x11/swayimg/Makefile >index abdd0b5a91ec..a6337e7de49b 100644 >--- a/x11/swayimg/Makefile >+++ b/x11/swayimg/Makefile >@@ -1,10 +1,11 @@ > PORTNAME= swayimg > DISTVERSIONPREFIX= v >-DISTVERSION= 1.7 >+DISTVERSION= 1.8 > CATEGORIES= x11 wayland > > PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ >-PATCHFILES+= d12f10e9ebbd.patch:-p1 # https://github.com/artemsen/swayimg/pull/24 >+PATCHFILES+= 2e885eadec15.patch:-p1 # https://github.com/artemsen/swayimg/pull/36 >+PATCHFILES+= 2a07af9d2362.patch:-p1 # https://github.com/artemsen/swayimg/issues/37 > > MAINTAINER= jbeich@FreeBSD.org > COMMENT= Image viewer for Sway/Wayland >@@ -14,6 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE > > BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols > LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \ >+ libfreetype.so:print/freetype2 \ >+ libfontconfig.so:x11-fonts/fontconfig \ > libjson-c.so:devel/json-c \ > libwayland-client.so:graphics/wayland \ > libxkbcommon.so:x11/libxkbcommon >@@ -30,8 +33,8 @@ PLIST_FILES= bin/${PORTNAME} \ > share/icons/hicolor/64x64/apps/${PORTNAME}.png \ > ${NULL} > >-OPTIONS_DEFINE= AVIF BASH GIF JPEG JXL LIBEXIF LIBRSVG2 PNG WEBP >-OPTIONS_DEFAULT=AVIF BASH GIF JPEG JXL LIBEXIF LIBRSVG2 PNG WEBP >+OPTIONS_DEFINE= AVIF BASH GIF JPEG JXL LIBEXIF LIBRSVG2 PNG TIFF WEBP >+OPTIONS_DEFAULT=AVIF BASH GIF JPEG JXL LIBEXIF LIBRSVG2 PNG TIFF WEBP > OPTIONS_EXCLUDE=${LIBRSVG2_DEFAULT:Mlegacy:C/.+/LIBRSVG2/} > > AVIF_LIB_DEPENDS= libavif.so:graphics/libavif >@@ -60,6 +63,9 @@ LIBRSVG2_MESON_ENABLED= svg > PNG_LIB_DEPENDS= libpng.so:graphics/png > PNG_MESON_ENABLED= png > >+TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff >+TIFF_MESON_ENABLED= tiff >+ > WEBP_LIB_DEPENDS= libwebp.so:graphics/webp > WEBP_MESON_ENABLED= webp > >diff --git a/x11/swayimg/distinfo b/x11/swayimg/distinfo >index 6103ffd4fe33..8ec9f9163102 100644 >--- a/x11/swayimg/distinfo >+++ b/x11/swayimg/distinfo >@@ -1,5 +1,7 @@ >-TIMESTAMP = 1659275210 >-SHA256 (artemsen-swayimg-v1.7_GH0.tar.gz) = 2bb7bde8f993396c9f2a32c2789abdf30667f3191bf6f69f9823cdc2f06aa932 >-SIZE (artemsen-swayimg-v1.7_GH0.tar.gz) = 77022 >-SHA256 (d12f10e9ebbd.patch) = 682a8889be251a91f4d70d9091de880a458651a9b32788b974a1ddb4f496a27c >-SIZE (d12f10e9ebbd.patch) = 973 >+TIMESTAMP = 1659279060 >+SHA256 (artemsen-swayimg-v1.8_GH0.tar.gz) = d4b4988a673522d47c38939c3406dbb72bd213f857dd6116185cd9811b887b23 >+SIZE (artemsen-swayimg-v1.8_GH0.tar.gz) = 382650 >+SHA256 (2e885eadec15.patch) = 37c9f5ff44541261fd6a05c712f267d06ec767030be6526625935448777027b1 >+SIZE (2e885eadec15.patch) = 1843 >+SHA256 (2a07af9d2362.patch) = 728bb4901ddea47ae023ac383aff82ccc2fa3e1ac44f1ce63bf671aaaca62952 >+SIZE (2a07af9d2362.patch) = 1008 >diff --git a/x11/swayimg/files/patch-meson.build b/x11/swayimg/files/patch-meson.build >deleted file mode 100644 >index 15a35f250048..000000000000 >--- a/x11/swayimg/files/patch-meson.build >+++ /dev/null >@@ -1,19 +0,0 @@ >---- meson.build.orig 2022-02-20 08:36:23 UTC >-+++ meson.build >-@@ -39,6 +39,8 @@ bash = dependency('bash-completion', required: get_op >- # optional dependencies: other features >- exif = dependency('libexif', required: get_option('exif')) >- bash = dependency('bash-completion', required: get_option('bash')) >-+# Non-Linux >-+epoll = dependency('epoll-shim', required: false) >- >- # configuration file >- conf = configuration_data() >-@@ -150,6 +152,7 @@ executable( >- dependencies: [ >- avif, >- cairo, >-+ epoll, >- exif, >- gif, >- jpeg, >-- >2.37.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
jbeich
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 265536
:
235578
|
235579
|
235580
| 235581