summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild')
-rw-r--r--media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild52
1 files changed, 0 insertions, 52 deletions
diff --git a/media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild b/media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild
deleted file mode 100644
index 92175400c1ba..000000000000
--- a/media-video/photofilmstrip/photofilmstrip-1.9.91-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
-PYTHON_REQ_USE="sqlite"
-
-inherit distutils-r1
-
-DESCRIPTION="Movie slideshow creator using Ken Burns effect"
-HOMEPAGE="http://www.photofilmstrip.org"
-SRC_URI="mirror://sourceforge/photostoryx/${PN}/${PV}-unstable/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="cairo sdl"
-
-RDEPEND="dev-python/wxpython:2.8[cairo?,${PYTHON_USEDEP}]
- dev-python/pillow[${PYTHON_USEDEP}]
- media-video/mplayer[encode]
- sdl? ( dev-python/pygame[${PYTHON_USEDEP}] )"
-
-DEPEND="${RDEPEND}"
-
-# Fix bug #472774 (https://bugs.gentoo.org/show_bug.cgi?id=472774)
-PATCHES=(
- "${FILESDIR}/${P}-PIL_modules_imports_fix.patch"
-)
-
-DOCS=( CHANGES COPYING README )
-
-src_prepare() {
- # Remove unneeded icon resources update needing running X
- sed -i \
- -e '/self\._make_resources\(\)/d' \
- setup.py
-
- # Fix desktop file entry
- sed -i \
- -e '/^Version.*/d' \
- data/photofilmstrip.desktop
-
- distutils-r1_src_prepare
-}
-
-src_install() {
- # Do not compress the apps help files
- docompress -x /usr/share/doc/${PN}
-
- distutils-r1_src_install
-}