commit: 2eecd47564f74b939d43a2961e2e393cf43c7feb Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri May 30 16:46:06 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri May 30 21:10:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eecd475
media-video/ffdiaporama: treeclean Closes: https://bugs.gentoo.org/949079 (pkgremoved) Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-video/ffdiaporama/Manifest | 1 - .../ffdiaporama-2.2_pre20240203-r1.ebuild | 59 ---------------------- media-video/ffdiaporama/metadata.xml | 43 ---------------- profiles/package.mask | 5 -- 4 files changed, 108 deletions(-) diff --git a/media-video/ffdiaporama/Manifest b/media-video/ffdiaporama/Manifest deleted file mode 100644 index 5d74ec74b590..000000000000 --- a/media-video/ffdiaporama/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ffdiaporama-2.2_pre20240203.tar.gz 63277387 BLAKE2B 466f8c38b4e308b024f1a8961a0efb0ec5f6c5fe651a8165bd74d8e87823bf3134c5234012f1bd7637d339df92d495f1fc4acaf63670b30ec220e1667963caa0 SHA512 e5e46997df7c90016380f15e4b8b5bab4c8df97e536d4f90216e09ab3c09114dba1b034ea8ce23a6b3c04808ba35e92fd850ab1c1bd8fa1db3e7d8ae7cb6d212 diff --git a/media-video/ffdiaporama/ffdiaporama-2.2_pre20240203-r1.ebuild b/media-video/ffdiaporama/ffdiaporama-2.2_pre20240203-r1.ebuild deleted file mode 100644 index 6f789a7d3c07..000000000000 --- a/media-video/ffdiaporama/ffdiaporama-2.2_pre20240203-r1.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT="edf0b29d9e14e0b81d54f9b086ff2f0dd2ed85c5" - -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-6:=[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 -} diff --git a/media-video/ffdiaporama/metadata.xml b/media-video/ffdiaporama/metadata.xml deleted file mode 100644 index 77033bf869e4..000000000000 --- a/media-video/ffdiaporama/metadata.xml +++ /dev/null @@ -1,43 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Olivier Laurantin</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <changelog>http://ffdiaporama.tuxfamily.org/?page_id=7266&lang=en</changelog> - <doc lang="en">http://ffdiaporama.tuxfamily.org/?page_id=6268</doc> - <bugs-to>http://ffdiaporama.tuxfamily.org/Forum/viewforum.php?id=4</bugs-to> - <remote-id type="github">laurantino/ffdiaporama</remote-id> - </upstream> - <longdescription lang="en"> - ffDiaporama is an application for creating video sequences consisting of - - titles, fixed or animated. - - images or photos, fixed or animated. - - movie clips - - music - - These sequences are assembled into a slide show by means of transitions to produce complete videos - The following options are available: - - Reframing of images and photos - - Cutting of video clips - - Adding text, notes to images, photos, sequences and animations - - Graphical filters on the images and the videos (conversion into black and white, dust removal, equalization of colors, etc.) - - Creation of animation by zoom, rotation or Ken Burns Effect on images or photos - - Correction of the images and the videos during animations (luminosity, contrast, gamma, colors, etc.) - - Transitions between sequences with definition of the transition type, sequence by sequence. - - Addition of a background sound (wav, mp3 or ogg) with customizable effects for volume, fade in/out and passage in pause, sequence by sequence. - - Generation of videos usable on most current video equipment (DVD player/smartphone, multimedia box, hard drive, etc.) but also publishable on the main video-sharing Websites (YouTube, Dailymotion, etc.) - - Video formats from QVGA (320x240) to Full HD (1920x1080) by way of the DVD and HD 720 formats. - - Image geometry (aspect ratio) : 4:3, 16:9 or 2.35:1 (cinema) - - Possible formats for rendering : avi, mpg, mp4, mkv - </longdescription> - <use> - <flag name="openclipart">Support openclipart database</flag> - </use> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index be858e9a3874..bbfef4e83ea4 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -244,11 +244,6 @@ app-misc/flirc # Removal on 2025-06-02. Bug #950475, #952653. sci-chemistry/modeller -# Andreas Sturmlechner <[email protected]> (2025-05-03) -# Dead upstream since 2014, depends on Qt5. Bug #949079 -# Removal on 2025-05-31 -media-video/ffdiaporama - # Marc Schiffbauer <[email protected]> (2025-05-02) # Ancient version in tree, upstream discontinued to develop # a server for taskwarrior a long time ago
