summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-12-20 21:47:31 +0200
committerMart Raudsepp <leio@gentoo.org>2017-12-20 22:22:34 +0200
commitc866b65f52d539d28ab51fc52283b8422713c06f (patch)
treead22d27164829b97b22097bd937ae081738f15b7 /media-video
parentdev-cpp/mm-common: remove old (diff)
downloadgentoo-c866b65f52d539d28ab51fc52283b8422713c06f.tar.gz
gentoo-c866b65f52d539d28ab51fc52283b8422713c06f.tar.bz2
gentoo-c866b65f52d539d28ab51fc52283b8422713c06f.zip
media-video/subtitleeditor: remove old
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subtitleeditor/Manifest1
-rw-r--r--media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild58
2 files changed, 0 insertions, 59 deletions
diff --git a/media-video/subtitleeditor/Manifest b/media-video/subtitleeditor/Manifest
index 7acb69faaaf1..d46ccd4e8c4f 100644
--- a/media-video/subtitleeditor/Manifest
+++ b/media-video/subtitleeditor/Manifest
@@ -1,2 +1 @@
-DIST subtitleeditor-0.53.0.tar.gz 1778388 BLAKE2B cfa8d6a824bb1559a9024950f0cd89cb4381b6e5bf7b558e95a3236286c4bd27d13ac19d6f0e4ce0576bb82d1203d1c65e2c34f372b4d70f5708f2cb4fbd02f6 SHA512 8787831947785885befb50221869169eda73489851389e72f34edac7a9c2c59d05ba69e86d4d2d5b3a13b2678377ee2520c110ffa472b718884dd2e711603b8b
DIST subtitleeditor-0.54.0.tar.gz 1783077 BLAKE2B a802124c9b81ad5fecc4914b6231e7efaf3326f231115f334fd53b79d8a851bf2f09fdccdee85c53b0cc828fe67c72e9924f47f0881d0438e563b18b1f77f00b SHA512 4458d579775a504b22f955c41d0e95ed722c1cb6bcf715ef493988a85397d5e0d4c3327e129f49b160d398dc73257026a92bbe5104c30d2004c16b7e12dd113c
diff --git a/media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild b/media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild
deleted file mode 100644
index 9e2c3569de33..000000000000
--- a/media-video/subtitleeditor/subtitleeditor-0.53.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit flag-o-matic gnome2 versionator
-
-DESCRIPTION="GTK+3 subtitle editing tool"
-HOMEPAGE="http://home.gna.org/subtitleeditor/"
-SRC_URI="http://download.gna.org/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="debug nls"
-# opengl would mix gtk+:2 and :3 which is not possible
-
-RDEPEND="
- >=app-text/enchant-1.4
- app-text/iso-codes
- >=dev-cpp/cairomm-1.12
- >=dev-cpp/glibmm-2.46:2
- >=dev-cpp/gtkmm-3.18:3.0
- >=dev-cpp/gstreamermm-1.0:1.0=
- >=dev-cpp/libxmlpp-2.40:2.6
- dev-libs/glib:2
- >=dev-libs/libsigc++-2.6:2
- media-libs/gst-plugins-base:1.0[X,pango]
- media-libs/gst-plugins-good:1.0
- media-libs/gstreamer:1.0
- media-plugins/gst-plugins-meta:1.0
- x11-libs/gtk+:3
- nls? ( virtual/libintl )
-"
-# opengl? (
-# >=dev-cpp/gtkglextmm-1.2.0-r2:1.0
-# virtual/opengl )
-# X needed for video output and pango needed for text overlay
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- virtual/pkgconfig
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.52.1-disable-nls-fix.patch
-)
-
-src_configure() {
- # Avoid using --enable-debug as it mocks with CXXFLAGS and LDFLAGS
- use debug && append-cxxflags -DDEBUG
-
- gnome2_src_configure \
- --disable-debug \
- --disable-gl \
- $(use_enable nls)
-# $(use_enable opengl gl)
-}