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

Bug 191195

Summary: [PATCH] media-plugins/kipi-plugins-0.1.4 - add ipod USE flag and remove automagic dependency
Product: Gentoo Linux Reporter: Matěj Laitl <matej>
Component: [OLD] KDEAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://www.kipi-plugins.org/drupal/?q=node/32
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: kipi-plugins-0.1.4.ebuild.diff
kipi-plugins-0.1.4-no-libgpod-automagic-dep.patch

Description Matěj Laitl 2007-09-03 23:12:51 UTC
As of kipi-plugins-0.1.3, there is (beta) plugin for iPod export. Today I tested it and it works fine. However gentoo ebuild doesn't cope with this so the decision is left on the configure script. iPod support is enabled if it detects libgpod >= 0.4.2.

Unfortunately as of 0.1.4, there is no configure switch for enabling / disabling iPod support, which is not good. ( http://www.gentoo.org/proj/en/qa/automagic.xml )

I will post diff to 0.1.4 ebuild as well as patch against kipi-plugins-1.0.4 to solve magic deps problem.

Reproducible: Always

Steps to Reproduce:
Comment 1 Matěj Laitl 2007-09-03 23:16:44 UTC
Created attachment 129954 [details, diff]
kipi-plugins-0.1.4.ebuild.diff

Diff to existing 0.1.4 ebuild, adding ipod USE flag and above mentioned patch. Eventually apply with -p1
Comment 2 Matěj Laitl 2007-09-03 23:19:04 UTC
Created attachment 129955 [details, diff]
kipi-plugins-0.1.4-no-libgpod-automagic-dep.patch

(Quite trivial) patch against kipi-plugins-1.0.4 to avoid automagic dependency on libgpod. I will post it to upstream when it receives a little review here.
Comment 3 Matěj Laitl 2007-09-08 16:15:51 UTC
So today I posted the patch upstream. It can be tracked here: http://bugs.kde.org/show_bug.cgi?id=149666
Comment 4 Wulf Krueger (RETIRED) gentoo-dev 2007-09-09 14:12:01 UTC
Thanks, Matěj! Committed to CVS.
Comment 5 Matěj Laitl 2007-09-09 14:16:33 UTC
Actually it is my secret passion to patch build scripts of random packages.. ;)

Regards, Matěj