Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 296646

Summary: media-video/bangarang (new ebuild) - a KDE4 media player
Product: Gentoo Linux Reporter: Jens Pranaitis <jens>
Component: Current packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: andreamtp+bz, doochik, kde, media-video
Priority: High Keywords: EBUILD, InOverlay
Version: unspecified   
Hardware: AMD64   
OS: Linux   
URL: http://bangarangkde.wordpress.com/
Whiteboard: sunrise-overlay
Package list:
Runtime testing required: ---
Attachments: bangarang 1.0 beta2 ebuild

Description Jens Pranaitis 2009-12-12 19:14:35 UTC
Bangarang is a KDE4 SC multimedia player. I would like to see this app in portage, it is still fairly early in it's development, but is already usable enough and development is pretty fast.

Reproducible: Always
Comment 1 Jens Pranaitis 2009-12-12 19:18:37 UTC
Created attachment 212815 [details]
bangarang 1.0 beta2 ebuild
Comment 2 Justin Lecher (RETIRED) gentoo-dev 2009-12-15 07:46:48 UTC
Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Thanks,
On behalf of the Gentoo Sunrise Team,
Justin.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 3 Jens Pranaitis 2010-01-08 17:00:29 UTC
Forgot to update the bug after I got it committed to sunrise. So here we go:
http://overlays.gentoo.org/proj/sunrise/browser/reviewed/media-video/bangarang/
Comment 4 Roeland Douma 2010-01-14 14:40:03 UTC
Version 1.0 has just been released:
http://bangarangkde.wordpress.com/
Comment 5 Jens Pranaitis 2010-01-18 19:43:44 UTC
Bumped to 1.0, it's waiting for a move to the "reviewed" directory. Sorry for taking so long.
Comment 6 Francois Chenier 2010-04-07 03:52:39 UTC
> Bangarang is a KDE4 SC multimedia player. I would like to see this app in
> portage, it is still fairly early in it's development, but is already usable
> enough and development is pretty fast.

It should be nice to merge this stuff in portage tree. Kaffeine for KDE4 is simply not doing the job.

Little fix in this ebuild ... bangarang-1.0.1 fails to compile unless media-libs/taglib is already installed.
Comment 7 Jens Pranaitis 2010-04-15 19:45:38 UTC
Fixed the dependency, sorry for taking so long.
Comment 8 Maciej Mrozowski gentoo-dev 2010-07-27 18:54:54 UTC
I'll move it to portage shortly. For now I've fixed applied some changes:

One problem remains, it installs cz locale (instead of cs which is appropriate for Czech)

EAPI="2"

KDE_LINGUAS="cz de fr it nl pl pt_BR zh_CN"
KDE_LINGUAS_DIR="translations"

inherit kde4-base

DESCRIPTION="A media player for KDE utilizing Nepomuk for tagging"
HOMEPAGE="http://bangarangkde.wordpress.com"
SRC_URI="http://opendesktop.org/CONTENT/content-files/113305-${P}.tar.gz"
#EGIT_REPO_URI="git://gitorious.org/bangarang/bangarang.git"

LICENSE="GPL-3"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"

DEPEND="
	>=kde-base/kdelibs-${KDE_MINIMAL}[semantic-desktop]
	>=kde-base/kdemultimedia-kioslaves-${KDE_MINIMAL}
	media-libs/taglib
	media-sound/phonon
"
RDEPEND="${DEPEND}"

S=${WORKDIR}/${PN}-${PN}
Comment 9 Maciej Mrozowski gentoo-dev 2010-07-28 00:05:41 UTC
# ChangeLog for media-video/bangarang
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/media-video/bangarang/ChangeLog,v 1.1 2010/07/28 00:02:43 reavertm Exp $

*bangarang-1.0.1-r1 (27 Jul 2010)

  27 Jul 2010; Maciej Mrozowski <reavertm@gentoo.org>
  +bangarang-1.0.1-r1.ebuild, +metadata.xml:
 Add new package from sunrise (bug 296646) with some of my fixes.
Credits go to Jens Pranaitis for initial ebuild.

Now in portage. Thanks!