summaryrefslogtreecommitdiff
path: root/dev-cpp/gstreamermm
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2017-11-01 17:38:09 +0200
committerMart Raudsepp <leio@gentoo.org>2017-11-01 17:40:52 +0200
commit2115ae43f4b75011b4a9ab1934c96ed831cfcb4e (patch)
tree122056b6435fe2a9031d2131dcbe234c02624e6b /dev-cpp/gstreamermm
parent4efe8bc44a429648bc71786bddc98f5f431652c6 (diff)
downloadgentoo-2115ae43f4b75011b4a9ab1934c96ed831cfcb4e.tar.gz
gentoo-2115ae43f4b75011b4a9ab1934c96ed831cfcb4e.tar.xz
dev-cpp/gstreamermm: remove old
Package-Manager: Portage-2.3.8, Repoman-2.3.2
Diffstat (limited to 'dev-cpp/gstreamermm')
-rw-r--r--dev-cpp/gstreamermm/Manifest1
-rw-r--r--dev-cpp/gstreamermm/files/1.8.0-add-missing-header.patch42
-rw-r--r--dev-cpp/gstreamermm/files/1.8.0-fix-wrapping.patch23
-rw-r--r--dev-cpp/gstreamermm/files/1.8.0-gst-bad-pkgconfig-cflags.patch42
-rw-r--r--dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild74
5 files changed, 0 insertions, 182 deletions
diff --git a/dev-cpp/gstreamermm/Manifest b/dev-cpp/gstreamermm/Manifest
index 419a9ac1e2a..962a4254aab 100644
--- a/dev-cpp/gstreamermm/Manifest
+++ b/dev-cpp/gstreamermm/Manifest
@@ -1,4 +1,3 @@
DIST gstreamermm-0.10.11.tar.xz 5840552 SHA256 12b5f377363594a69cb79f2f5cd0a8b1813ca6553680c3216e6354cfd682ebc6 SHA512 2ad370f6902dcb4663ea801bdbbf744a98de9e24fc04f27b5044a4a95337168e2bb195761a07ac9c1011f9ed4936287fcc5f4c2b984f0a362b429d05be7d3909 WHIRLPOOL d9be72d4691b9b0769b75819ca9403a2df7f1dbdad4974e4b26e4fd87d4b7ea0503fb2ba6a500a008ec9d1c29f6677e61649798801e6babf7e4d7b8562cc72f2
DIST gstreamermm-1.10.0.tar.xz 3529640 SHA256 be58fe9ef7d7e392568ec85e80a84f4730adbf91fb0355ff7d7c616675ea8d60 SHA512 34eeb9eec5958c96acf7c7791eef80138e5d55fea6ddf1bf9ace6b1ec7f052da2abf04d87089e4c9ead51c631ef7afceaf9fceb946ec3d105da522187c69e429 WHIRLPOOL 52fee9b7934e93dac6df8214bb7d3ba9e83b55d556bf8e6ccd041d98a742094e3ca2f0ef34b38ec089a08198d360fd153b666fcfea6e70c34364990ff71d1a02
DIST gstreamermm-1.4.3.tar.xz 5886048 SHA256 f1c11ee1cf7537d77de7f8d486e09c5140cc4bb78882849718cd88959a55462e SHA512 ea4d281a4f3b79113fc3a0474e23d82442facac6eaf66215de412310b9c306aa5d586ee5570087d94d90acbfc09c5766edba1414b50f0fd9a3111cda610f5671 WHIRLPOOL b8bee1e9672c5ca527718e1826a4b486ea47fd772b079dddb532716c2082bb4cca55823a8b3dcd5eabe8819ee944b0cb68740c6b986ff329b71dad47240fe904
-DIST gstreamermm-1.8.0.tar.xz 3848488 SHA256 3ee3c1457ea2c32c1e17b784faa828f414ba27a9731532bf26d137a2ad999a44 SHA512 4d458c8a2efde683dabd00308ddde6fbf732788fb9282cb2eeab9f3a01dc9b4a03bfbbe9991cd50ef3092cec861034b3a34a6c5e364582dbfc6b1a0d5bb935fe WHIRLPOOL 77b7bf6c3f6d96e26e41a80116b417e6012cacaaf884e7705218c694bc55aceeb7d065996ec02c2c3744975f146cced365974d853ef98195b069b9d6982b71ae
diff --git a/dev-cpp/gstreamermm/files/1.8.0-add-missing-header.patch b/dev-cpp/gstreamermm/files/1.8.0-add-missing-header.patch
deleted file mode 100644
index 1e8e5d43dde..00000000000
--- a/dev-cpp/gstreamermm/files/1.8.0-add-missing-header.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 73b25333ca3778ccf4322f47abbcbc507c31890d Mon Sep 17 00:00:00 2001
-From: Marcin Kolny <marcin.kolny@gmail.com>
-Date: Wed, 12 Oct 2016 19:37:45 +0200
-Subject: [PATCH] Gst::Caps: include missing header
-
----
- gstreamer/src/caps.ccg | 1 -
- gstreamer/src/caps.hg | 2 +-
- 2 files changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/gstreamer/src/caps.ccg b/gstreamer/src/caps.ccg
-index 93acf7e..782f8e2 100644
---- a/gstreamer/src/caps.ccg
-+++ b/gstreamer/src/caps.ccg
-@@ -17,7 +17,6 @@
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
--#include <gstreamermm/structure.h>
- #include <gstreamermm/capsfeatures.h>
-
- namespace Gst
-diff --git a/gstreamer/src/caps.hg b/gstreamer/src/caps.hg
-index 7969cdc..bf0b950 100644
---- a/gstreamer/src/caps.hg
-+++ b/gstreamer/src/caps.hg
-@@ -18,6 +18,7 @@
- */
-
- #include <gstreamermm/miniobject.h>
-+#include <gstreamermm/structure.h>
-
- _DEFS(gstreamermm,gst)
-
-@@ -28,7 +29,6 @@ _WRAP_ENUM(CapsIntersectMode, GstCapsIntersectMode, NO_GTYPE)
-
- _WRAP_ENUM(CapsFlags, GstCapsFlags)
-
--class Structure;
- class CapsFeatures;
-
- /** Structure describing sets of media formats.
diff --git a/dev-cpp/gstreamermm/files/1.8.0-fix-wrapping.patch b/dev-cpp/gstreamermm/files/1.8.0-fix-wrapping.patch
deleted file mode 100644
index 9cb6bcaa87c..00000000000
--- a/dev-cpp/gstreamermm/files/1.8.0-fix-wrapping.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 3440f119a7d03d50688f303b3456695c4d8e5187 Mon Sep 17 00:00:00 2001
-From: Marcin Kolny <marcin.kolny@gmail.com>
-Date: Sun, 16 Oct 2016 22:20:42 +0200
-Subject: [PATCH] Gst::Pad: fix method wrapper
-
- * gstreamer/src/pad.hg: fix method proxy_query_accept_caps()
----
- gstreamer/src/pad.hg | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/gstreamer/src/pad.hg b/gstreamer/src/pad.hg
-index cf0d78e..f2ff258 100644
---- a/gstreamer/src/pad.hg
-+++ b/gstreamer/src/pad.hg
-@@ -236,7 +236,7 @@ public:
-
- _WRAP_METHOD(bool query_accept_caps(const Glib::RefPtr<const Gst::Caps>& caps) const, gst_pad_query_accept_caps)
- _WRAP_METHOD(bool proxy_query_caps(const Glib::RefPtr<Gst::Query>& query) const, gst_pad_proxy_query_caps)
-- _WRAP_METHOD(bool proxy_query_accept_caps(const Glib::RefPtr<Gst::Query>& query) const, gst_pad_proxy_accept_caps)
-+ _WRAP_METHOD(bool proxy_query_accept_caps(const Glib::RefPtr<Gst::Query>& query) const, gst_pad_proxy_query_accept_caps)
- _WRAP_METHOD(bool peer_query_accept_caps(const Glib::RefPtr<const Gst::Caps>& caps) const, gst_pad_peer_query_accept_caps)
- _WRAP_METHOD(bool peer_query_position(Gst::Format format, gint64& cur) const, gst_pad_peer_query_position)
- _WRAP_METHOD(bool peer_query_duration(Gst::Format format, gint64& duration) const, gst_pad_peer_query_duration)
diff --git a/dev-cpp/gstreamermm/files/1.8.0-gst-bad-pkgconfig-cflags.patch b/dev-cpp/gstreamermm/files/1.8.0-gst-bad-pkgconfig-cflags.patch
deleted file mode 100644
index bac4fde587e..00000000000
--- a/dev-cpp/gstreamermm/files/1.8.0-gst-bad-pkgconfig-cflags.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 3a4698e1c6e2b2c6c703f07687cc485ada734d60 Mon Sep 17 00:00:00 2001
-From: Marcin Kolny <marcin.kolny@gmail.com>
-Date: Tue, 15 Nov 2016 21:57:57 +0100
-Subject: [PATCH] plugins-bad: use flags and libs from gstreamer-gl pkg config
- file
-
----
- examples/Makefile.am | 2 +-
- gst-plugins-bad/gstreamermm-plugins-bad/Makefile.am | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/examples/Makefile.am b/examples/Makefile.am
-index a08d446..200ab02 100644
---- a/examples/Makefile.am
-+++ b/examples/Makefile.am
-@@ -15,7 +15,7 @@
-
- AUTOMAKE_OPTIONS = subdir-objects
-
--examples_cppflags = $(GSTREAMERMM_CFLAGS)
-+examples_cppflags = $(GSTREAMERMM_CFLAGS) $(GSTREAMERMM_PLUGINS_BAD_CFLAGS) $(GSTREAMERMM_GL_CFLAGS)
- gstreamermm_includes = -I$(top_builddir)/gstreamer $(if $(srcdir:.=),-I$(top_srcdir)/gstreamer)
- local_libgstreamermm = $(top_builddir)/gstreamer/gstreamermm/libgstreamermm-$(GSTREAMERMM_API_VERSION).la
-
-diff --git a/gst-plugins-bad/gstreamermm-plugins-bad/Makefile.am b/gst-plugins-bad/gstreamermm-plugins-bad/Makefile.am
-index eb46188..859f0ba 100644
---- a/gst-plugins-bad/gstreamermm-plugins-bad/Makefile.am
-+++ b/gst-plugins-bad/gstreamermm-plugins-bad/Makefile.am
-@@ -23,11 +23,11 @@ include $(top_srcdir)/build/compile-binding.am
- local_includes = -I$(top_builddir)/gstreamer $(if $(srcdir:.=),-I$(top_srcdir)/gstreamer)
- local_cppflags = $(binding_includes) $(local_includes) $(binding_cppflags) -DGSTREAMERMM_PLUGINS_BAD_BUILD=1
-
--AM_CPPFLAGS = $(local_cppflags) $(GSTREAMERMM_PLUGINS_BAD_CFLAGS) $(GSTREAMERMM_CFLAGS)
-+AM_CPPFLAGS = $(local_cppflags) $(GSTREAMERMM_PLUGINS_BAD_CFLAGS) $(GSTREAMERMM_CFLAGS) $(GSTREAMERMM_GL_CFLAGS)
- AM_CXXFLAGS = $(GSTREAMERMM_WXXFLAGS)
-
- local_libadd = $(top_builddir)/gstreamer/gstreamermm/libgstreamermm-$(GSTREAMERMM_API_VERSION).la
-
- libgstreamermm_plugins_bad_@GSTREAMERMM_API_VERSION@_la_SOURCES = $(binding_sources)
- libgstreamermm_plugins_bad_@GSTREAMERMM_API_VERSION@_la_LDFLAGS = -no-undefined -version-info $(GSTREAMERMM_SO_VERSION)
--libgstreamermm_plugins_bad_@GSTREAMERMM_API_VERSION@_la_LIBADD = $(GSTREAMERMM_PLUGINS_BAD_LIBS) $(local_libadd)
-+libgstreamermm_plugins_bad_@GSTREAMERMM_API_VERSION@_la_LIBADD = $(GSTREAMERMM_PLUGINS_BAD_LIBS) $(GSTREAMERMM_GL_LIBS) $(local_libadd)
diff --git a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild b/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
deleted file mode 100644
index f2f2934ea4e..00000000000
--- a/dev-cpp/gstreamermm/gstreamermm-1.8.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_EAUTORECONF="yes"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="C++ interface for GStreamer"
-HOMEPAGE="https://gstreamer.freedesktop.org/bindings/cplusplus.html"
-
-LICENSE="LGPL-2.1"
-SLOT="1.0/1"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="doc examples test"
-
-# module is experimental:
-# >=media-libs/gst-plugins-bad-${PV}:1.0[opengl?]
-RDEPEND="
- >=media-libs/gstreamer-${PV}:1.0
- >=media-libs/gst-plugins-base-${PV}:1.0
- >=dev-cpp/glibmm-2.47.6:2
- >=dev-cpp/libxmlpp-2.14:2.6
- >=dev-libs/libsigc++-2:2
-"
-DEPEND="${RDEPEND}
- dev-cpp/mm-common
- virtual/pkgconfig
- doc? (
- app-doc/doxygen
- dev-libs/libxslt
- media-gfx/graphviz )
- test? (
- dev-cpp/gtest
- >=media-libs/gst-plugins-base-${PV}:1.0[X,ogg,theora,vorbis]
- >=media-libs/gst-plugins-good-${PV}:1.0
- >=media-plugins/gst-plugins-jpeg-${PV}:1.0 )
-"
-# eautoreconf:
-# dev-cpp/mm-common
-
-# Installs reference docs into /usr/share/doc/gstreamermm-1.0/
-# but that's okay, because the rest of dev-cpp/*mm stuff does the same
-
-PATCHES=(
- # Upstream patches
- "${FILESDIR}"/1.8.0-add-missing-header.patch
- "${FILESDIR}"/1.8.0-gst-bad-pkgconfig-cflags.patch
- "${FILESDIR}"/1.8.0-fix-wrapping.patch
-)
-
-src_prepare() {
- if ! use examples; then
- # don't waste time building examples
- sed -e 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
- -i Makefile.am Makefile.in || die
- fi
-
- sed -e 's/ -Werror/ /' -i tests/Makefile.am tests/Makefile.in || die
-
- gnome2_src_prepare
-}
-
-src_configure() {
- gnome2_src_configure \
- --disable-plugins-bad \
- $(use_enable doc documentation) \
- $(use_enable test unittests)
-}
-
-src_test() {
- # running tests in parallel fails
- virtx emake -j1 check
-}