Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, media-video/photofilmstrip/, media-video/photofilmstrip/files/
Date: Thu, 17 Sep 2020 22:20:36
Message-Id: 1600381205.cf7082ed0812d1e7a1c835af48b416c572a2c1ff.bman@gentoo
1 commit: cf7082ed0812d1e7a1c835af48b416c572a2c1ff
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 17 22:13:31 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 17 22:20:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf7082ed
7
8 package.mask: drop last-rited media-video/photofilmstrip
9
10 Closes: https://bugs.gentoo.org/737400
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 media-video/photofilmstrip/Manifest | 1 -
14 ...tofilmstrip-3.7.1-disable-docs-by-default.patch | 15 -----
15 media-video/photofilmstrip/metadata.xml | 16 -----
16 .../photofilmstrip/photofilmstrip-3.7.1-r1.ebuild | 73 ----------------------
17 profiles/package.mask | 5 --
18 5 files changed, 110 deletions(-)
19
20 diff --git a/media-video/photofilmstrip/Manifest b/media-video/photofilmstrip/Manifest
21 deleted file mode 100644
22 index 538a305c23e..00000000000
23 --- a/media-video/photofilmstrip/Manifest
24 +++ /dev/null
25 @@ -1 +0,0 @@
26 -DIST photofilmstrip-3.7.1.tar.gz 354585 BLAKE2B df1e8756677814f35a59d7f4d3585647393e37262eb80c3299805cb0811cdfb4a16c96f90aaa192469266805145db68a582671a34f2b2780b75f1e0318460bd7 SHA512 fc2284c6c52eea5d9a6415149681e26505d6e084ad31897c44cde8e2b4845584b8521b375da06fd0a59179bfa73f6aabe769caad7a8186d5f87ecacebaff24fb
27
28 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
29 deleted file mode 100644
30 index 78dd6697ca7..00000000000
31 --- a/media-video/photofilmstrip/files/photofilmstrip-3.7.1-disable-docs-by-default.patch
32 +++ /dev/null
33 @@ -1,15 +0,0 @@
34 -diff -Naur a/setup.py b/setup.py
35 ---- a/setup.py 2019-07-29 20:46:23.212292642 +0300
36 -+++ b/setup.py 2019-07-29 20:47:47.426300796 +0300
37 -@@ -20,10 +20,7 @@
38 - from distutils.dir_util import remove_tree
39 - from distutils.sysconfig import get_python_lib
40 -
41 --try:
42 -- from sphinx.application import Sphinx
43 --except ImportError:
44 -- Sphinx = None
45 -+Sphinx = None
46 -
47 - try:
48 - import py2exe
49
50 diff --git a/media-video/photofilmstrip/metadata.xml b/media-video/photofilmstrip/metadata.xml
51 deleted file mode 100644
52 index e317c382d28..00000000000
53 --- a/media-video/photofilmstrip/metadata.xml
54 +++ /dev/null
55 @@ -1,16 +0,0 @@
56 -<?xml version="1.0" encoding="UTF-8"?>
57 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
58 -<pkgmetadata>
59 - <!-- maintainer-needed -->
60 - <longdescription>
61 -PhotoFilmStrip creates movies out of your pictures in just three steps.
62 -There are several output possibilities for VCD, SVCD, DVD up to FULL-HD.
63 -First select your photos, customize the motion path of the Ken Burns effect and
64 -render the video. Comments of the pictures are generated into a subtitle file.
65 -Furthermore an audio file can be specified to setup the background music for the
66 -slideshow.
67 -</longdescription>
68 - <upstream>
69 - <remote-id type="sourceforge">photostoryx</remote-id>
70 - </upstream>
71 -</pkgmetadata>
72
73 diff --git a/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild b/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild
74 deleted file mode 100644
75 index 28f898ce310..00000000000
76 --- a/media-video/photofilmstrip/photofilmstrip-3.7.1-r1.ebuild
77 +++ /dev/null
78 @@ -1,73 +0,0 @@
79 -# Copyright 1999-2020 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=7
83 -
84 -PYTHON_COMPAT=( python3_6 )
85 -PYTHON_REQ_USE="sqlite"
86 -DISTUTILS_SINGLE_IMPL=1
87 -
88 -inherit distutils-r1 optfeature xdg-utils
89 -
90 -DESCRIPTION="Movie slideshow creator using Ken Burns effect"
91 -HOMEPAGE="https://www.photofilmstrip.org/en/ https://github.com/PhotoFilmStrip"
92 -SRC_URI="https://github.com/PhotoFilmStrip/PFS/releases/download/v${PV}/${P}.tar.gz"
93 -
94 -LICENSE="GPL-2"
95 -SLOT="0"
96 -KEYWORDS="~amd64 ~x86"
97 -IUSE="doc"
98 -
99 -RDEPEND="
100 - $(python_gen_cond_dep '
101 - dev-python/gst-python[${PYTHON_MULTI_USEDEP}]
102 - dev-python/pillow[${PYTHON_MULTI_USEDEP}]
103 - dev-python/wxpython:4.0[${PYTHON_MULTI_USEDEP}]
104 - ')
105 - media-plugins/gst-plugins-jpeg:1.0
106 - x11-libs/wxGTK:*[X]"
107 -DEPEND="
108 - $(python_gen_cond_dep '
109 - doc? ( dev-python/sphinx[${PYTHON_MULTI_USEDEP}] )
110 - ')"
111 -
112 -PATCHES=( "${FILESDIR}/${P}-disable-docs-by-default.patch" )
113 -
114 -src_prepare() {
115 - default
116 -
117 - # fix 'unexpected path' QA warning on einstalldocs
118 - sed -i 's|"share", "doc", "photofilmstrip"|"share", "doc", "'${PF}'"|g' setup.py ||
119 - die "Fixing unexpected path failed."
120 -
121 - # build html docs
122 - if use doc; then
123 - sed -i 's/Sphinx = None/from sphinx.application import Sphinx/g' -i setup.py ||
124 - die "Failed to enable building docs with sphinx."
125 - fi
126 -
127 - # fix a QA issue with .desktop file
128 - sed -i '/Version=/d' data/photofilmstrip.desktop || die "Failed to update .desktop file."
129 -}
130 -
131 -python_install_all() {
132 - use doc && local HTML_DOCS=( "${BUILD_DIR}"/sphinx/html/. )
133 - doman docs/manpage/*.1
134 - distutils-r1_python_install_all
135 -}
136 -
137 -pkg_postinst() {
138 - xdg_icon_cache_update
139 -
140 - optfeature "additional rendering formats" media-plugins/gst-plugins-bad
141 - optfeature "additional rendering formats" media-plugins/gst-plugins-good
142 - optfeature "additional rendering formats" media-plugins/gst-plugins-ugly
143 - optfeature "ogg/theora support" media-libs/gst-plugins-base[theora]
144 - optfeature "h264 (MKV/MP4) support" media-plugins/gst-plugins-x264
145 - optfeature "h265 (MKV) support" media-plugins/gst-plugins-x265
146 - optfeature "MPEG 1/2 (DVD) support" media-plugins/gst-plugins-mpeg2enc
147 -}
148 -
149 -pkg_postrm() {
150 - xdg_icon_cache_update
151 -}
152
153 diff --git a/profiles/package.mask b/profiles/package.mask
154 index ea07d6ac98b..75b538105dc 100644
155 --- a/profiles/package.mask
156 +++ b/profiles/package.mask
157 @@ -627,11 +627,6 @@ dev-ada/gps
158 # Bug #735902.
159 dev-haskell/frown
160
161 -# Michał Górny <mgorny@g.o> (2020-08-16)
162 -# Unmaintained. Not ported to py3.7. Not bumped for over a year.
163 -# Removal in 30 days. Bug #737400.
164 -media-video/photofilmstrip
165 -
166 # Michał Górny <mgorny@g.o> (2020-08-16)
167 # Unmaintained. Broken with py3.7. Upstream archived the repository.
168 # No reverse dependencies left.