From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/
Date: Tue, 13 Jun 2023 06:32:08 +0000 (UTC) [thread overview]
Message-ID: <1686637639.244dce0e6c8f39aa8d404a07de0f71da9d6b8c25.ceamac@gentoo> (raw)
commit: 244dce0e6c8f39aa8d404a07de0f71da9d6b8c25
Author: Mario Haustein <mario.haustein <AT> hrz <DOT> tu-chemnitz <DOT> de>
AuthorDate: Thu Jun 1 20:05:48 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 06:27:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=244dce0e
sci-astronomy/siril: sync live
Signed-off-by: Mario Haustein <mario.haustein <AT> hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/31269
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
sci-astronomy/siril/siril-9999.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/sci-astronomy/siril/siril-9999.ebuild b/sci-astronomy/siril/siril-9999.ebuild
index eeffd9b1d7ed..ae08398c3c70 100644
--- a/sci-astronomy/siril/siril-9999.ebuild
+++ b/sci-astronomy/siril/siril-9999.ebuild
@@ -13,19 +13,18 @@ if [[ ${PV} == "9999" ]]; then
EGIT_REPO_URI="https://gitlab.com/free-astro/${PN}.git"
else
SRC_URI="https://gitlab.com/free-astro/siril/-/archive/${PV/_/-}/${PN}-${PV/_/-}.tar.bz2"
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
S="${WORKDIR}/${PN}-${PV/_/-}"
fi
LICENSE="GPL-3+ Boost-1.0"
SLOT="0"
-IUSE="curl ffmpeg heif jpeg libconfig openmp png raw tiff wcs"
+IUSE="curl exif ffmpeg heif jpeg libconfig openmp png raw tiff wcs"
DEPEND="
>=dev-libs/glib-2.56.0:2
>=dev-libs/json-glib-1.2.6
dev-libs/sleef:=
- >=media-gfx/exiv2-0.25
media-libs/librtprocess:=
>=media-libs/opencv-4.4.0:=
sci-libs/cfitsio
@@ -34,6 +33,7 @@ DEPEND="
x11-libs/cairo
>=x11-libs/gtk+-3.20.0:3
curl? ( net-misc/curl )
+ exif? ( >=media-gfx/exiv2-0.25 )
ffmpeg? ( media-video/ffmpeg:= )
heif? ( media-libs/libheif )
libconfig? ( >=dev-libs/libconfig-1.4[cxx] )
@@ -46,7 +46,8 @@ DEPEND="
RDEPEND="
${DEPEND}
"
-BDEPEND="x11-base/xorg-proto"
+BDEPEND="dev-util/cmake
+ x11-base/xorg-proto"
PATCHES=(
"${FILESDIR}/${PN}-docfiles.patch"
@@ -66,6 +67,7 @@ src_configure() {
local emesonargs=(
-Dffms2=false
-Dcriterion=false
+ $(meson_use exif exiv2)
$(meson_use ffmpeg)
$(meson_use heif libheif)
$(meson_use jpeg libjpeg)
next reply other threads:[~2023-06-13 6:32 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-13 6:32 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-27 11:03 [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/siril/ Sam James
2025-02-19 11:13 Sam James
2025-02-19 11:13 Sam James
2025-01-31 8:02 Joonas Niilola
2024-12-19 16:09 Joonas Niilola
2024-12-19 16:09 Joonas Niilola
2024-11-23 7:52 Joonas Niilola
2024-10-13 0:56 Jason Zaman
2024-08-06 1:46 Sam James
2024-07-05 22:37 Jason Zaman
2024-07-04 9:29 Jakov Smolić
2024-04-23 9:28 Sam James
2024-03-16 9:47 Joonas Niilola
2023-10-19 6:32 Joonas Niilola
2023-09-18 7:40 Sam James
2023-08-22 6:10 Joonas Niilola
2023-06-27 11:06 Sam James
2023-03-08 16:33 Joonas Niilola
2023-02-09 8:50 Joonas Niilola
2023-02-07 17:51 Sam James
2022-12-18 8:32 Sam James
2022-12-16 4:30 Sam James
2022-12-16 1:40 Sam James
2022-11-10 16:15 Joonas Niilola
2022-11-10 16:15 Joonas Niilola
2022-11-10 16:15 Joonas Niilola
2022-11-03 8:08 Agostino Sarubbo
2022-11-02 23:14 Sam James
2022-10-27 8:12 Joonas Niilola
2022-10-07 20:19 Sam James
2022-07-16 7:16 Joonas Niilola
2022-05-16 5:41 Sam James
2022-05-16 5:41 Sam James
2022-05-16 5:26 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1686637639.244dce0e6c8f39aa8d404a07de0f71da9d6b8c25.ceamac@gentoo \
--to=ceamac@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox