aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-09-10 03:20:14 +1000
committerMichael Palimaka <kensington@gentoo.org>2014-09-10 03:20:14 +1000
commitfba7ca19ee390131582b118f37621daa0c8243bb (patch)
treef427ab8792dd438f03cfcefa1c38895a2f87566a /media-libs/phonon
parent[www-client/rekonq] Tidy. (diff)
downloadkde-fba7ca19ee390131582b118f37621daa0c8243bb.tar.gz
kde-fba7ca19ee390131582b118f37621daa0c8243bb.tar.bz2
kde-fba7ca19ee390131582b118f37621daa0c8243bb.zip
[media-libs/phonon*] Moved to portage.
Diffstat (limited to 'media-libs/phonon')
-rw-r--r--media-libs/phonon/Manifest1
-rw-r--r--media-libs/phonon/files/phonon-4.7.0-plugin-install.patch13
-rw-r--r--media-libs/phonon/metadata.xml10
-rw-r--r--media-libs/phonon/phonon-4.7.80.ebuild105
4 files changed, 0 insertions, 129 deletions
diff --git a/media-libs/phonon/Manifest b/media-libs/phonon/Manifest
deleted file mode 100644
index 5e10044778..0000000000
--- a/media-libs/phonon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST phonon-4.7.80.tar.xz 321480 SHA256 534da7bff545f6b3406858f898d284fec9d549cb0e0ae6c484b0ef939271fd65 SHA512 341b4ff88827b93c10cbdb7b32cd9ae15772617f9b5301546b3c88c72cfd74a4dbbe06c31c05f53f5811e33ee88d13f73f5861a292a61d2cf9a613d014a84818 WHIRLPOOL 687f960510878bddb216f40594b002ed2ca305b136b87fdcf8f160c752b27bed6936b4f2f7a584647f9eb0d398689e0bde69e39c8d12ec3ce98597528fa7fbf1
diff --git a/media-libs/phonon/files/phonon-4.7.0-plugin-install.patch b/media-libs/phonon/files/phonon-4.7.0-plugin-install.patch
deleted file mode 100644
index 5f478cac18..0000000000
--- a/media-libs/phonon/files/phonon-4.7.0-plugin-install.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/cmake/FindPhononInternal.cmake b/cmake/FindPhononInternal.cmake
-index 3245e9b..3427c62 100644
---- a/cmake/FindPhononInternal.cmake
-+++ b/cmake/FindPhononInternal.cmake
-@@ -178,7 +178,7 @@ if (PHONON_BUILD_PHONON4QT5)
- endif (PHONON_BUILD_PHONON4QT5)
- set(BIN_INSTALL_DIR "bin" ) # CACHE PATH "The install dir for executables (default ${EXEC_INSTALL_PREFIX}/bin)")
- set(LIB_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}" ) # CACHE PATH "The subdirectory relative to the install prefix where libraries will be installed"
--set(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/kde4" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/kde4)")
-+set(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/qt4" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/qt4)")
- if (PHONON_BUILD_PHONON4QT5)
- set(PLUGIN_INSTALL_DIR "${LIB_INSTALL_DIR}/qt5" CACHE PATH "The subdirectory relative to the install prefix where plugins will be installed (default is ${LIB_INSTALL_DIR}/qt5)" FORCE)
- endif(PHONON_BUILD_PHONON4QT5)
diff --git a/media-libs/phonon/metadata.xml b/media-libs/phonon/metadata.xml
deleted file mode 100644
index d261a0ea40..0000000000
--- a/media-libs/phonon/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>kde</herd>
- <use>
- <flag name="designer">Install plugin for <pkg>dev-qt/designer</pkg></flag>
- <flag name="vlc">Install VLC Phonon backend</flag>
- <flag name="zeitgeist">Add support for Zeitgeist event tracking system</flag>
- </use>
-</pkgmetadata>
diff --git a/media-libs/phonon/phonon-4.7.80.ebuild b/media-libs/phonon/phonon-4.7.80.ebuild
deleted file mode 100644
index 7417eb100a..0000000000
--- a/media-libs/phonon/phonon-4.7.80.ebuild
+++ /dev/null
@@ -1,105 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-if [[ ${PV} != *9999* ]]; then
- SRC_URI="mirror://kde/unstable/phonon/${P}.tar.xz"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-else
- SCM_ECLASS="git-r3"
- EGIT_REPO_URI=( "git://anongit.kde.org/${PN}" )
- KEYWORDS=""
-fi
-
-inherit cmake-utils multibuild ${SCM_ECLASS}
-
-DESCRIPTION="KDE multimedia API"
-HOMEPAGE="https://projects.kde.org/projects/kdesupport/phonon"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-IUSE="aqua debug designer gstreamer pulseaudio +qt4 qt5 +vlc zeitgeist"
-
-REQUIRED_USE="
- || ( aqua gstreamer vlc )
- || ( qt4 qt5 )
- zeitgeist? ( qt4 )
-"
-
-RDEPEND="
- !!dev-qt/qtphonon:4
- qt4? (
- dev-qt/qtcore:4
- dev-qt/qtdbus:4
- dev-qt/qtgui:4
- designer? ( dev-qt/designer:4 )
- )
- qt5? (
- dev-qt/qtcore:5
- dev-qt/qtdbus:5
- dev-qt/qtgui:5
- dev-qt/qtwidgets:5
- designer? ( dev-qt/designer:5 )
- )
- pulseaudio? (
- dev-libs/glib:2
- >=media-sound/pulseaudio-0.9.21[glib]
- )
- zeitgeist? ( dev-libs/libqzeitgeist )
-"
-DEPEND="${RDEPEND}
- qt4? ( >=dev-util/automoc-0.9.87 )
- virtual/pkgconfig
-"
-PDEPEND="
- aqua? ( media-libs/phonon-qt7 )
- gstreamer? ( >=media-libs/phonon-gstreamer-4.7.80[qt4?,qt5?] )
- vlc? ( >=media-libs/phonon-vlc-0.7.80[qt4?,qt5?] )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-4.7.0-plugin-install.patch" )
-
-pkg_setup() {
- MULTIBUILD_VARIANTS=()
- if use qt4; then
- MULTIBUILD_VARIANTS+=(qt4)
- fi
- if use qt5; then
- MULTIBUILD_VARIANTS+=(qt5)
- fi
-}
-
-src_configure() {
- myconfigure() {
- local mycmakeargs=(
- -DPHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT=TRUE
- $(cmake-utils_use designer PHONON_BUILD_DESIGNER_PLUGIN)
- $(cmake-utils_use_with pulseaudio GLIB2)
- $(cmake-utils_use_with pulseaudio PulseAudio)
- $(cmake-utils_use_with zeitgeist QZeitgeist)
- )
- if [[ ${MULTIBUILD_VARIANT} = qt4 ]]; then
- mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=OFF)
- fi
- if [[ ${MULTIBUILD_VARIANT} = qt5 ]]; then
- mycmakeargs+=(-DPHONON_BUILD_PHONON4QT5=ON)
- fi
- cmake-utils_src_configure
- }
-
- multibuild_foreach_variant myconfigure
-}
-
-src_compile() {
- multibuild_foreach_variant cmake-utils_src_compile
-}
-
-src_install() {
- multibuild_foreach_variant cmake-utils_src_install
-}
-
-src_test() {
- multibuild_foreach_variant cmake-utils_src_test
-}