Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 209678 - Request for Dragon Player 2.0 ebuild
Summary: Request for Dragon Player 2.0 ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL: http://dragonplayer.org
Whiteboard:
Keywords:
Depends on: 209701
Blocks:
  Show dependency tree
 
Reported: 2008-02-11 17:17 UTC by Ian Monroe
Modified: 2009-04-03 18:30 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
dragonplayer-2.0.ebuild (dragonplayer-2.0.ebuild,990 bytes, text/plain)
2008-02-11 19:58 UTC, Bernd Steinhauser
Details
Patch to add FindXine.cmake (cmake_modules.patch,3.33 KB, patch)
2008-02-11 21:02 UTC, Bernd Steinhauser
Details | Diff
Use correct depenencies (dragonplayer-2.0.ebuild,949 bytes, text/plain)
2008-02-16 03:04 UTC, Bernd Steinhauser
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Monroe 2008-02-11 17:17:05 UTC
Dragon Player will be part of KDE Multimedia in KDE 4.1. But prior to that we are making a 2.0 release for KDE 4 users.
Note that it is the official successor of Codeine. I'm not sure how Gentoo handles package renames. You could just consider it a new package, since it requires KDE4.

2.0 was just released at http://dragonplayer.org

It requires KDE4 and phonon-xine.

Reproducible: Always

Steps to Reproduce:
Comment 1 Bernd Steinhauser 2008-02-11 19:58:12 UTC
Created attachment 143232 [details]
dragonplayer-2.0.ebuild

This is a first dragonplayer ebuild. There is an issue, that with only kdelibs+phonon installed (split packages only) FindXine.cmake is missing and therefore it can't find xine.

I'll add a patch, that includes the missing file, but this file should be provided by either kdelibs or phonon, though I would vote for kdelibs.
Currently it is provided by kdebase-runtime, but there is no need to depend on that, in my opinion.

In later (KDE4.1) versions FindXine.cmake has been moved to kdelibs.
I'll open another bug report about that issue, this bug should then depend on that one.
Comment 2 Bernd Steinhauser 2008-02-11 21:02:39 UTC
Created attachment 143237 [details, diff]
Patch to add FindXine.cmake

This adds the missing file.
This patch should not be commited to gentoo-x86 and should only be used to test the package, until bug 209701 has been solved.
Comment 3 Bernd Steinhauser 2008-02-16 03:04:07 UTC
Created attachment 143634 [details]
Use correct depenencies

kdelibs-4.0.0-r1 does now deliver FindXine.cmake.
Comment 4 Bo Ørsted Andresen (RETIRED) gentoo-dev 2008-02-18 22:07:55 UTC
Thanks.