media-video/bangarang: Remove package

Last rited on 2015/08/13.
This commit is contained in:
Johannes Huber
2015-09-17 12:04:42 +02:00
parent 9a13393536
commit 69d8d9fa68
4 changed files with 0 additions and 90 deletions

View File

@@ -1 +0,0 @@
DIST bangarang-2.1.tar.gz 698339 SHA256 c15366ac014e0da84432f0ee050bb3c1d2aee3c69d0c7f41c40aa399ce5597bc SHA512 849716a8897efd9fbb6e69a9ebcc85a3e3809ebef5e7f080fbd410634f1de592eca7d7d6e37db0c7d3ec5941783b974f17131ad9f3653e7878d2d60ea2e77e27 WHIRLPOOL 73151686a2e85bce185391c60f3f9ecb1b5162ae9516a225da274c70f6d27cd390689888591a9331f42c18538bbfc5e180a8b86a13798d4e215c793b0766ade3

View File

@@ -1,36 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
KDE_LINGUAS="cs da de el es fi fr hu it lt nl pl pt pt_BR ru uk zh_CN"
KDE_SCM="git"
KDE_MINIMAL="4.13.1"
inherit kde4-base
DESCRIPTION="Media player for KDE utilizing Nepomuk for tagging"
HOMEPAGE="http://bangarangkde.wordpress.com"
[[ ${PV} == 9999 ]] || SRC_URI="https://bangarangissuetracking.googlecode.com/files/${P}.tar.gz"
LICENSE="GPL-3"
KEYWORDS="amd64 x86"
SLOT="4"
IUSE="debug"
RDEPEND="
dev-libs/soprano
$(add_kdebase_dep kdelibs 'nepomuk')
$(add_kdeapps_dep nepomuk)
$(add_kdeapps_dep audiocd-kio)
media-libs/taglib
media-libs/phonon[qt4]
dev-qt/qtscript:4
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
PATCHES=( "${FILESDIR}/${P}-gcc-4.7.patch" )
S=${WORKDIR}/bangarang-bangarang

View File

@@ -1,45 +0,0 @@
commit b893fcdb7ddfc8c59fd29a29b7265a713c3dbab1
Author: Alex Fiestas <afiestas@kde.org>
Date: Thu Mar 29 10:09:22 2012 +0200
Build fix: Add unistd.h include since sleep is defined there
diff --git a/src/platform/infofetchers/lastfminfofetcher.cpp b/src/platform/infofetchers/lastfminfofetcher.cpp
index 0c49d69..fcc4cd3 100644
--- a/src/platform/infofetchers/lastfminfofetcher.cpp
+++ b/src/platform/infofetchers/lastfminfofetcher.cpp
@@ -32,6 +32,8 @@
#include <QFile>
#include <QTextEdit>
+#include <unistd.h>
+
LastfmInfoFetcher::LastfmInfoFetcher(QObject *parent) :
InfoFetcher(parent)
{
diff --git a/src/platform/infofetchers/tmdbinfofetcher.cpp b/src/platform/infofetchers/tmdbinfofetcher.cpp
index 7801644..3c01960 100644
--- a/src/platform/infofetchers/tmdbinfofetcher.cpp
+++ b/src/platform/infofetchers/tmdbinfofetcher.cpp
@@ -30,6 +30,8 @@
#include <QDomDocument>
#include <QFile>
+#include <unistd.h>
+
TMDBInfoFetcher::TMDBInfoFetcher(QObject *parent) :
InfoFetcher(parent)
{
diff --git a/src/platform/infofetchers/tvdbinfofetcher.cpp b/src/platform/infofetchers/tvdbinfofetcher.cpp
index ff351b0..670ed18 100644
--- a/src/platform/infofetchers/tvdbinfofetcher.cpp
+++ b/src/platform/infofetchers/tvdbinfofetcher.cpp
@@ -30,6 +30,8 @@
#include <QDomDocument>
#include <QFile>
+#include <unistd.h>
+
TVDBInfoFetcher::TVDBInfoFetcher(QObject *parent) :
InfoFetcher(parent)
{

View File

@@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>kde</herd>
<upstream>
<remote-id type="google-code">bangarangissuetracking</remote-id>
</upstream>
</pkgmetadata>