summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-04-16 15:00:40 +0200
committerJohannes Huber <johu@gentoo.org>2012-04-16 15:30:20 +0200
commit29a2c13d84964a1fecd776693d4d0d6a0dca7b20 (patch)
tree176739621be7ba99030e93ffd646c96c34238bb4
parent1a9037a1fa8db3082c849c907b611bbc2f3a0cb6 (diff)
downloadkde-29a2c13d84964a1fecd776693d4d0d6a0dca7b20.tar.gz
kde-29a2c13d84964a1fecd776693d4d0d6a0dca7b20.tar.bz2
kde-29a2c13d84964a1fecd776693d4d0d6a0dca7b20.zip
[media-libs/qt-gstreamer] Remove old.
(Portage version: 2.2.0_alpha100/git/Linux i686, unsigned Manifest commit)
-rw-r--r--media-libs/qt-gstreamer/Manifest1
-rw-r--r--media-libs/qt-gstreamer/files/qt-gstreamer-0.10.1-boost.patch65
-rw-r--r--media-libs/qt-gstreamer/qt-gstreamer-0.10.1.ebuild45
3 files changed, 0 insertions, 111 deletions
diff --git a/media-libs/qt-gstreamer/Manifest b/media-libs/qt-gstreamer/Manifest
index cf95fae6629..4435df875f4 100644
--- a/media-libs/qt-gstreamer/Manifest
+++ b/media-libs/qt-gstreamer/Manifest
@@ -1,2 +1 @@
-DIST qt-gstreamer-0.10.1.tar.bz2 136015 SHA256 b0dcb87bd9fd33e7546c9f579fffe568d7a84073692f7be6e3fe71faa93c673c SHA512 08508eb4edc114f4906690e446312fd036f346d40b4cf1fd3eb3b93c84d565589b6ff9da2221e88f63d97a22e235159900eceb82d5013e8734482c5087bb3f62 WHIRLPOOL fc5a3197a0d8bc1170ee325dcdd465b770a72809855c4fbdc527d5f4bc65df2fdda8457e63cc3940389beacc739acc477d2d54d6c18fe1461a0ffe8a29046095
DIST qt-gstreamer-0.10.2.tar.bz2 175567 SHA256 6ef1a7efcb0e134648574f1fb19f1d2c6b1b8ee2eed67662cb77b0b7cbf359d1 SHA512 83f09e13a27c2153026dbcf5dbdcb6cbcc87b1b30356b849c44975f7c475c8358a950eb5ce6e42607657e1b09613da5e9ba56569e53fee2bbd0d6bf504cc0862 WHIRLPOOL 5a124faf2aa233971bfd309ea7f935613d969e8922dbe59a452f631cfeab30fdf47a0d32eb9203371530afbdff03c651463c9b88d6fbba87164be3913ab5efcc
diff --git a/media-libs/qt-gstreamer/files/qt-gstreamer-0.10.1-boost.patch b/media-libs/qt-gstreamer/files/qt-gstreamer-0.10.1-boost.patch
deleted file mode 100644
index 7636230243e..00000000000
--- a/media-libs/qt-gstreamer/files/qt-gstreamer-0.10.1-boost.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-diff --git a/src/QGlib/global.h b/src/QGlib/global.h
-index 314ed02..e73474b 100644
---- a/src/QGlib/global.h
-+++ b/src/QGlib/global.h
-@@ -17,6 +17,11 @@
- #ifndef QGLIB_GLOBAL_H
- #define QGLIB_GLOBAL_H
-
-+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
-+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
-+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
-+#endif
-+
- #include <QtCore/QtGlobal>
- #include <boost/config.hpp>
-
-diff --git a/src/QGst/Ui/global.h b/src/QGst/Ui/global.h
-index cba1806..85c55ea 100644
---- a/src/QGst/Ui/global.h
-+++ b/src/QGst/Ui/global.h
-@@ -18,6 +18,11 @@
- #ifndef QTGSTREAMERUI_EXPORT_H
- #define QTGSTREAMERUI_EXPORT_H
-
-+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
-+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
-+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
-+#endif
-+
- #include <QtCore/QtGlobal>
-
- /* defined by cmake when building this library */
-diff --git a/src/QGst/Utils/global.h b/src/QGst/Utils/global.h
-index ed598e6..871c778 100644
---- a/src/QGst/Utils/global.h
-+++ b/src/QGst/Utils/global.h
-@@ -18,6 +18,11 @@
- #ifndef QGST_UTILS_GLOBAL_H
- #define QGST_UTILS_GLOBAL_H
-
-+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
-+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
-+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
-+#endif
-+
- #include <QtCore/QtGlobal>
-
- /* defined by cmake when building this library */
-diff --git a/src/QGst/global.h b/src/QGst/global.h
-index ae64cfd..cadf3a4 100644
---- a/src/QGst/global.h
-+++ b/src/QGst/global.h
-@@ -17,6 +17,11 @@
- #ifndef QGST_GLOBAL_H
- #define QGST_GLOBAL_H
-
-+// workaround for https://bugreports.qt-project.org/browse/QTBUG-22829
-+#if defined(Q_MOC_RUN) && !defined(BOOST_TT_HAS_OPERATOR_HPP_INCLUDED)
-+#define BOOST_TT_HAS_OPERATOR_HPP_INCLUDED
-+#endif
-+
- #include "../QGlib/type.h"
- #include <QtCore/QtGlobal>
- #include <QtCore/QDate>
---
diff --git a/media-libs/qt-gstreamer/qt-gstreamer-0.10.1.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-0.10.1.ebuild
deleted file mode 100644
index e31ae364c96..00000000000
--- a/media-libs/qt-gstreamer/qt-gstreamer-0.10.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-inherit cmake-utils
-
-DESCRIPTION="QtGStreamer provides C++ bindings for GStreamer with a Qt-style API."
-HOMEPAGE="http://gstreamer.freedesktop.org/wiki/QtGStreamer"
-SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-libs/glib
- >=media-libs/gstreamer-0.10.31
- >=media-libs/gst-plugins-base-0.10.31
- >=x11-libs/qt-core-4.6
- >=dev-util/automoc-0.9
- >=dev-util/boost-build-1.40
-"
-DEPEND="
- >=dev-util/cmake-2.8
- sys-devel/flex
- sys-devel/bison
- ${RDEPEND}
-"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-boost.patch"
-}
-
-src_configure() {
- sed -e "s#/lib#/$(get_libdir)#" \
- -i src/CMakeLists.txt || die "sed fixing multilib failed"
-
- sed -e "s#/lib#/$(get_libdir)#" \
- -i elements/CMakeLists.txt || die "sed fixing multilib failed"
-
- cmake-utils_src_configure
-}