Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 191195 - [PATCH] media-plugins/kipi-plugins-0.1.4 - add ipod USE flag and remove automagic dependency
Summary: [PATCH] media-plugins/kipi-plugins-0.1.4 - add ipod USE flag and remove autom...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo KDE team
URL: http://www.kipi-plugins.org/drupal/?q...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-03 23:12 UTC by Matěj Laitl
Modified: 2007-09-09 14:16 UTC (History)
0 users

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


Attachments
kipi-plugins-0.1.4.ebuild.diff (kipi-plugins-0.1.4.ebuild.diff,1.06 KB, patch)
2007-09-03 23:16 UTC, Matěj Laitl
Details | Diff
kipi-plugins-0.1.4-no-libgpod-automagic-dep.patch (kipi-plugins-0.1.4-no-libgpod-automagic-dep.patch,1.07 KB, patch)
2007-09-03 23:19 UTC, Matěj Laitl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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