From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8ADDE158018 for ; Sat, 2 Oct 2021 13:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD14DE087F; Sat, 2 Oct 2021 13:12:40 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C13D7E087F for ; Sat, 2 Oct 2021 13:12:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D11F8342E47 for ; Sat, 2 Oct 2021 13:12:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63DBD89 for ; Sat, 2 Oct 2021 13:12:38 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1633180348.f50ec2dfd70a0d9a63effda0f5416f2989862939.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsixel/, media-libs/libsixel/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsixel/files/libsixel-static-libs.patch media-libs/libsixel/libsixel-1.10.3.ebuild X-VCS-Directories: media-libs/libsixel/files/ media-libs/libsixel/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: f50ec2dfd70a0d9a63effda0f5416f2989862939 X-VCS-Branch: master Date: Sat, 2 Oct 2021 13:12:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e59301bf-603d-486a-a3d8-d0a9320c3bd8 X-Archives-Hash: 849eec0a91e24c4ff84fd3df8a371c4e commit: f50ec2dfd70a0d9a63effda0f5416f2989862939 Author: Akinori Hattori gentoo org> AuthorDate: Sat Oct 2 13:10:12 2021 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Sat Oct 2 13:12:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f50ec2df media-libs/libsixel: drop static library Closes: https://bugs.gentoo.org/815679 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Akinori Hattori gentoo.org> media-libs/libsixel/files/libsixel-static-libs.patch | 11 +++++++++++ media-libs/libsixel/libsixel-1.10.3.ebuild | 5 ++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/media-libs/libsixel/files/libsixel-static-libs.patch b/media-libs/libsixel/files/libsixel-static-libs.patch new file mode 100644 index 00000000000..5184debb2b6 --- /dev/null +++ b/media-libs/libsixel/files/libsixel-static-libs.patch @@ -0,0 +1,11 @@ +--- a/src/meson.build ++++ b/src/meson.build +@@ -21,7 +21,7 @@ + 'writer.c' + ] + +-libsixel = both_libraries('sixel', ++libsixel = shared_library('sixel', + sources, + include_directories: [inc, inc_config], + dependencies: libsixel_deps, diff --git a/media-libs/libsixel/libsixel-1.10.3.ebuild b/media-libs/libsixel/libsixel-1.10.3.ebuild index d9e158874cf..9dc7dd57b9e 100644 --- a/media-libs/libsixel/libsixel-1.10.3.ebuild +++ b/media-libs/libsixel/libsixel-1.10.3.ebuild @@ -30,7 +30,10 @@ BDEPEND="python? ( dev-python/setuptools[${PYTHON_USEDEP}] )" -PATCHES=( "${FILESDIR}"/${PN}-meson.patch ) +PATCHES=( + "${FILESDIR}"/${PN}-meson.patch + "${FILESDIR}"/${PN}-static-libs.patch +) src_prepare() { default