From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffdiaporama/
Date: Sun, 28 May 2023 07:28:13 +0000 (UTC) [thread overview]
Message-ID: <1685258889.c7787bece4cc07cf494635d5121da02fb9838d3f.juippis@gentoo> (raw)
commit: c7787bece4cc07cf494635d5121da02fb9838d3f
Author: Olivier Laurantin <olivier.laurantin <AT> laposte <DOT> net>
AuthorDate: Thu May 25 20:32:13 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 28 07:28:09 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7787bec
media-video/ffdiaporama: add 2.2_pre20230525
Closes: https://bugs.gentoo.org/906496
Signed-off-by: Olivier Laurantin <olivier.laurantin <AT> laposte.net>
Closes: https://github.com/gentoo/gentoo/pull/31162
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-video/ffdiaporama/Manifest | 1 +
.../ffdiaporama/ffdiaporama-2.2_pre20230525.ebuild | 59 ++++++++++++++++++++++
2 files changed, 60 insertions(+)
diff --git a/media-video/ffdiaporama/Manifest b/media-video/ffdiaporama/Manifest
index 57455548f43c..93bff6f4e0f3 100644
--- a/media-video/ffdiaporama/Manifest
+++ b/media-video/ffdiaporama/Manifest
@@ -1 +1,2 @@
DIST ffdiaporama-2.2_pre20221007.tar.gz 63271591 BLAKE2B 0fbd20e571329bc294554c50a04920b837af4b62cf4cc7ef356dd9372a8f1f3f01c7b2736fba71c52d468261ad778107e332929ab90d2cf768698102d269a00c SHA512 a37966bb31853de42e7c03a9a1e913332e417278fe663f088d9d9ee763db163549993fa7271b53ad2d495cef5e05d11e3f13ab3343cace3cb4c202aadb461beb
+DIST ffdiaporama-2.2_pre20230525.tar.gz 63270147 BLAKE2B 26cc3ecd7966a945808481c18b2f9a239132cae5016f33e83ef5588c55b1f2a0d7609cd1bdfaf51ada75e1df5274733b7985f6eb3b3814260102f6c9e406ed68 SHA512 777d110b0948bc3c3bdb14e13b4ce09ec819bfac2759c715a1e247b1d6cf8c8461c1ec28a0315f034e4e5a19b4732ce583d71b2edd9c6375b7dae14868cc8dfe
diff --git a/media-video/ffdiaporama/ffdiaporama-2.2_pre20230525.ebuild b/media-video/ffdiaporama/ffdiaporama-2.2_pre20230525.ebuild
new file mode 100644
index 000000000000..efbc9b5a2c90
--- /dev/null
+++ b/media-video/ffdiaporama/ffdiaporama-2.2_pre20230525.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+COMMIT="6b2587064d705de42a3e88468d4922bc27b97e2a"
+
+inherit qmake-utils xdg-utils
+
+DESCRIPTION="Movie creator from photos and video clips"
+HOMEPAGE="https://ffdiaporama.tuxfamily.org"
+SRC_URI="https://github.com/laurantino/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3 CC-BY-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="openclipart"
+
+RDEPEND="
+ dev-qt/qtconcurrent:5
+ dev-qt/qtcore:5
+ dev-qt/qtgui:5
+ dev-qt/qthelp:5
+ dev-qt/qtmultimedia:5
+ dev-qt/qtsql:5[sqlite]
+ dev-qt/qtsvg:5
+ dev-qt/qtwidgets:5
+ dev-qt/qtxml:5
+ media-gfx/exiv2:=
+ >=media-video/ffmpeg-4:0=[encode]
+ openclipart? ( media-gfx/openclipart[svg,-gzip] )"
+DEPEND="${RDEPEND}"
+
+DOCS=( authors.txt )
+
+S="${WORKDIR}/${PN}-${COMMIT}"
+
+src_configure() {
+ eqmake5 QMAKE_CFLAGS_ISYSTEM=
+}
+
+src_install() {
+ emake INSTALL_ROOT="${D}" install
+ if use openclipart; then
+ dosym ../../clipart/openclipart /usr/share/ffDiaporama/clipart/openclipart
+ fi
+}
+
+pkg_postinst() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+ xdg_icon_cache_update
+}
+
+pkg_postrm() {
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
+ xdg_icon_cache_update
+}
next reply other threads:[~2023-05-28 7:28 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-28 7:28 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-29 13:48 [gentoo-commits] repo/gentoo:master commit in: media-video/ffdiaporama/ Joonas Niilola
2024-02-29 13:48 Joonas Niilola
2023-08-20 19:35 Arthur Zamarin
2023-08-20 19:34 Arthur Zamarin
2023-05-16 8:55 Andreas Sturmlechner
2023-05-16 8:36 Andreas Sturmlechner
2023-05-16 3:43 Sam James
2023-05-16 3:39 Sam James
2023-05-16 3:39 Sam James
2022-10-27 12:55 Joonas Niilola
2022-05-19 2:20 Sam James
2022-05-13 20:04 Sam James
2021-04-28 6:42 Joonas Niilola
2020-07-28 14:29 Andreas Sturmlechner
2020-04-26 10:16 Mikle Kolyada
2019-06-04 22:00 Andreas Sturmlechner
2019-06-04 20:58 Thomas Deutschmann
2019-05-29 1:15 Aaron Bauman
2018-12-22 11:43 Andreas Sturmlechner
2018-12-22 11:43 Andreas Sturmlechner
2018-02-11 11:02 Michał Górny
2018-01-15 19:03 Tobias Klausmann
2018-01-13 23:28 Andreas Sturmlechner
2017-12-21 20:29 Patrice Clement
2017-12-10 14:20 Jonas Stein
2017-11-26 23:11 David Seifert
2017-03-19 17:59 Amy Liffey
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=1685258889.c7787bece4cc07cf494635d5121da02fb9838d3f.juippis@gentoo \
--to=juippis@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