summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-01-26 11:09:47 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-01-26 11:09:47 +0000
commitc38410b09cd1a1704590f8d03c17c26f5b7ee755 (patch)
tree061fba082050c217810037368c4047ac861e7adf /media-video
parentRemove old. (diff)
downloadgentoo-2-c38410b09cd1a1704590f8d03c17c26f5b7ee755.tar.gz
gentoo-2-c38410b09cd1a1704590f8d03c17c26f5b7ee755.tar.bz2
gentoo-2-c38410b09cd1a1704590f8d03c17c26f5b7ee755.zip
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'media-video')
-rw-r--r--media-video/subtitlecomposer/ChangeLog10
-rw-r--r--media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gcc45.patch15
-rw-r--r--media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-gstreamer.patch15
-rw-r--r--media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-xine.patch10
-rw-r--r--media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch11
-rw-r--r--media-video/subtitlecomposer/subtitlecomposer-0.5.3-r2.ebuild57
6 files changed, 9 insertions, 109 deletions
diff --git a/media-video/subtitlecomposer/ChangeLog b/media-video/subtitlecomposer/ChangeLog
index a3d5aa5422f6..f94ce22e69f0 100644
--- a/media-video/subtitlecomposer/ChangeLog
+++ b/media-video/subtitlecomposer/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for media-video/subtitlecomposer
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.25 2015/01/26 10:11:09 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/ChangeLog,v 1.26 2015/01/26 11:09:47 mrueg Exp $
+
+ 26 Jan 2015; Manuel Rüger <mrueg@gentoo.org>
+ -files/subtitlecomposer-0.5.3-gcc45.patch,
+ -files/subtitlecomposer-0.5.3-gold-gstreamer.patch,
+ -files/subtitlecomposer-0.5.3-gold-xine.patch,
+ -files/subtitlecomposer-linkage-patch.patch,
+ -subtitlecomposer-0.5.3-r2.ebuild:
+ Remove old.
26 Jan 2015; Agostino Sarubbo <ago@gentoo.org> subtitlecomposer-0.5.6.ebuild:
Stable for x86, wrt bug #535518
diff --git a/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gcc45.patch b/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gcc45.patch
deleted file mode 100644
index 4439071173b1..000000000000
--- a/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gcc45.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix build with GCC-4.5
-
-http://bugs.gentoo.org/show_bug.cgi?id=323055
-
---- src/core/sstring.cpp
-+++ src/core/sstring.cpp
-@@ -1112,7 +1112,7 @@
- append( str );
- }
-
--SStringList::SStringList( const SStringList::SStringList& list ):
-+SStringList::SStringList( const SStringList& list ):
- QList<SString>( list )
- {
- }
diff --git a/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-gstreamer.patch b/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-gstreamer.patch
deleted file mode 100644
index 091c00540a86..000000000000
--- a/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-gstreamer.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-# Description: This pacth adds a missing find_package for GObject.
-# Without this patch the package will FTBFS with binutils-gold.
-# Forwarded: http://sourceforge.net/tracker/?func=detail&aid=2897376&group_id=208427&atid=1005654
-# Author: José Manuel Santamaría Lema <panfaust@gmail.com>
-#
---- subtitlecomposer-0.5.3.orig/src/player/gstreamer/CMakeLists.txt
-+++ subtitlecomposer-0.5.3/src/player/gstreamer/CMakeLists.txt
-@@ -1,6 +1,7 @@
- # TODO WHY AREN'T THESE INCLUDED BY MACRO_OPTIONAL_FIND_PACKAGE( GStreamer )?
- FIND_PACKAGE( GLIB2 REQUIRED )
- FIND_PACKAGE( LibXml2 REQUIRED )
-+FIND_PACKAGE( GObject REQUIRED )
-
- SET( players_gstreamer_INCLUDE_DIR
- ${GLIB2_INCLUDE_DIR}
diff --git a/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-xine.patch b/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-xine.patch
deleted file mode 100644
index 1ec73e7ce54e..000000000000
--- a/media-video/subtitlecomposer/files/subtitlecomposer-0.5.3-gold-xine.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/player/xine/CMakeLists.txt
-+++ src/player/xine/CMakeLists.txt
-@@ -10,6 +10,7 @@
-
- SET( players_xine_LIBS
- ${XINE_LIBRARY}
-+ -lX11
- CACHE INTERNAL EXPORTEDVARIABLE
- )
-
diff --git a/media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch b/media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch
deleted file mode 100644
index f45c87e975ca..000000000000
--- a/media-video/subtitlecomposer/files/subtitlecomposer-linkage-patch.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main/CMakeLists.txt 2009-04-17 21:09:12.000000000 +0200
-+++ src/main/CMakeLists.txt 2009-06-04 01:47:35.000000000 +0200
-@@ -46,6 +46,8 @@
- ${KDE4_KDEUI_LIBS}
- ${KDE4_KHTML_LIBS}
- ${KDE4_KFILE_LIBS}
-+ ${KDE4_PHONON_LIBS}
-+ ${KDE4_KROSSCORE_LIBS}
- ${KDE4_KROSSUI_LIBS}
- ${common_LIBS}
- ${config_LIBS}
diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r2.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r2.ebuild
deleted file mode 100644
index 463d3b18e4bb..000000000000
--- a/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/subtitlecomposer/subtitlecomposer-0.5.3-r2.ebuild,v 1.5 2014/03/16 12:22:38 johu Exp $
-
-EAPI=5
-
-KDE_LINGUAS="bg cs de el es fr pl pt_BR sr"
-inherit kde4-base
-
-DESCRIPTION="Text-based subtitles editor"
-HOMEPAGE="https://github.com/maxrd2/subtitlecomposer"
-SRC_URI="mirror://sourceforge/subcomposer/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86"
-SLOT="4"
-IUSE="debug gstreamer xine"
-
-RDEPEND="
- gstreamer? ( media-libs/gstreamer:0.10 )
- xine? ( media-libs/xine-lib )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
-
-PATCHES=(
- "${FILESDIR}/${PN}-linkage-patch.patch"
- "${FILESDIR}/${P}-gcc45.patch"
- "${FILESDIR}/${P}-gold-gstreamer.patch"
- "${FILESDIR}/${P}-gold-xine.patch"
-)
-
-src_prepare() {
- kde4-base_src_prepare
-
- sed -e '/ADD_SUBDIRECTORY( api )/s/^/# DISABLED/' \
- -i src/main/scripting/examples/CMakeLists.txt \
- || die "failed to disable installation of scripting API"
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_with gstreamer GStreamer)
- $(cmake-utils_use_with xine)
- )
- kde4-base_src_configure
-}
-
-pkg_postinst() {
- kde4-base_pkg_postinst
-
- echo
- elog "Some example scripts provided by ${PV} require dev-lang/ruby"
- elog "or dev-lang/python to be installed."
- echo
-}