summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-17 18:13:31 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-17 18:20:05 -0400
commitcf7082ed0812d1e7a1c835af48b416c572a2c1ff (patch)
tree0054ea2ab7513bf4e4f4cd5aa31b750066d9b792
parentpackage.mask: drop last-rited dev-python/robotbackgroundlogger (diff)
downloadgentoo-cf7082ed.tar.gz
gentoo-cf7082ed.tar.bz2
gentoo-cf7082ed.zip
package.mask: drop last-rited media-video/photofilmstrip
Closes: https://bugs.gentoo.org/737400 Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--media-video/photofilmstrip/Manifest1
-rw-r--r--media-video/photofilmstrip/files/photofilmstrip-3.7.1-disable-docs-by-default.patch15
-rw-r--r--media-video/photofilmstrip/metadata.xml16
-rw-r--r--media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild73
-rw-r--r--profiles/package.mask5
5 files changed, 0 insertions, 110 deletions
diff --git a/media-video/photofilmstrip/Manifest b/media-video/photofilmstrip/Manifest
deleted file mode 100644
index 538a305c23ed..000000000000
--- a/media-video/photofilmstrip/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST photofilmstrip-3.7.1.tar.gz 354585 BLAKE2B df1e8756677814f35a59d7f4d3585647393e37262eb80c3299805cb0811cdfb4a16c96f90aaa192469266805145db68a582671a34f2b2780b75f1e0318460bd7 SHA512 fc2284c6c52eea5d9a6415149681e26505d6e084ad31897c44cde8e2b4845584b8521b375da06fd0a59179bfa73f6aabe769caad7a8186d5f87ecacebaff24fb
diff --git a/media-video/photofilmstrip/files/photofilmstrip-3.7.1-disable-docs-by-default.patch b/media-video/photofilmstrip/files/photofilmstrip-3.7.1-disable-docs-by-default.patch
deleted file mode 100644
index 78dd6697ca72..000000000000
--- a/media-video/photofilmstrip/files/photofilmstrip-3.7.1-disable-docs-by-default.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur a/setup.py b/setup.py
---- a/setup.py 2019-07-29 20:46:23.212292642 +0300
-+++ b/setup.py 2019-07-29 20:47:47.426300796 +0300
-@@ -20,10 +20,7 @@
- from distutils.dir_util import remove_tree
- from distutils.sysconfig import get_python_lib
-
--try:
-- from sphinx.application import Sphinx
--except ImportError:
-- Sphinx = None
-+Sphinx = None
-
- try:
- import py2exe
diff --git a/media-video/photofilmstrip/metadata.xml b/media-video/photofilmstrip/metadata.xml
deleted file mode 100644
index e317c382d289..000000000000
--- a/media-video/photofilmstrip/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <longdescription>
-PhotoFilmStrip creates movies out of your pictures in just three steps.
-There are several output possibilities for VCD, SVCD, DVD up to FULL-HD.
-First select your photos, customize the motion path of the Ken Burns effect and
-render the video. Comments of the pictures are generated into a subtitle file.
-Furthermore an audio file can be specified to setup the background music for the
-slideshow.
-</longdescription>
- <upstream>
- <remote-id type="sourceforge">photostoryx</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild b/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild
deleted file mode 100644
index 28f898ce3108..000000000000
--- a/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_6 )
-PYTHON_REQ_USE="sqlite"
-DISTUTILS_SINGLE_IMPL=1
-
-inherit distutils-r1 optfeature xdg-utils
-
-DESCRIPTION="Movie slideshow creator using Ken Burns effect"
-HOMEPAGE="https://www.photofilmstrip.org/en/ https://github.com/PhotoFilmStrip"
-SRC_URI="https://github.com/PhotoFilmStrip/PFS/releases/download/v${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc"
-
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/gst-python[${PYTHON_MULTI_USEDEP}]
- dev-python/pillow[${PYTHON_MULTI_USEDEP}]
- dev-python/wxpython:4.0[${PYTHON_MULTI_USEDEP}]
- ')
- media-plugins/gst-plugins-jpeg:1.0
- x11-libs/wxGTK:*[X]"
-DEPEND="
- $(python_gen_cond_dep '
- doc? ( dev-python/sphinx[${PYTHON_MULTI_USEDEP}] )
- ')"
-
-PATCHES=( "${FILESDIR}/${P}-disable-docs-by-default.patch" )
-
-src_prepare() {
- default
-
- # fix 'unexpected path' QA warning on einstalldocs
- sed -i 's|"share", "doc", "photofilmstrip"|"share", "doc", "'${PF}'"|g' setup.py ||
- die "Fixing unexpected path failed."
-
- # build html docs
- if use doc; then
- sed -i 's/Sphinx = None/from sphinx.application import Sphinx/g' -i setup.py ||
- die "Failed to enable building docs with sphinx."
- fi
-
- # fix a QA issue with .desktop file
- sed -i '/Version=/d' data/photofilmstrip.desktop || die "Failed to update .desktop file."
-}
-
-python_install_all() {
- use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
- doman docs/manpage/*.1
- distutils-r1_python_install_all
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-
- optfeature "additional rendering formats" media-plugins/gst-plugins-bad
- optfeature "additional rendering formats" media-plugins/gst-plugins-good
- optfeature "additional rendering formats" media-plugins/gst-plugins-ugly
- optfeature "ogg/theora support" media-libs/gst-plugins-base[theora]
- optfeature "h264 (MKV/MP4) support" media-plugins/gst-plugins-x264
- optfeature "h265 (MKV) support" media-plugins/gst-plugins-x265
- optfeature "MPEG 1/2 (DVD) support" media-plugins/gst-plugins-mpeg2enc
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index ea07d6ac98b1..75b538105dc0 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -628,11 +628,6 @@ dev-ada/gps
dev-haskell/frown
# Michał Górny <mgorny@gentoo.org> (2020-08-16)
-# Unmaintained. Not ported to py3.7. Not bumped for over a year.
-# Removal in 30 days. Bug #737400.
-media-video/photofilmstrip
-
-# Michał Górny <mgorny@gentoo.org> (2020-08-16)
# Unmaintained. Broken with py3.7. Upstream archived the repository.
# No reverse dependencies left.
# Removal in 30 days. Bug #719554.