Bug 238965 - ogmrip-0.12.2: version bump
Bug#: 238965 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: media-video@gentoo.org Reported By: billl@users.sf.net
Component: Ebuilds
URL: 
Summary: ogmrip-0.12.2: version bump
Keywords:  
Status Whiteboard: 
Opened: 2008-09-28 18:27 0000
Description:   Opened: 2008-09-28 18:27 0000
OGMRip 0.12.2 has just been released.

Reproducible: Always

------- Comment #1 From Olivier Rolland 2008-09-28 18:27:49 0000 -------
Created an attachment (id=166701) [details]
ogmrip-0.12.2.ebuild

------- Comment #2 From Alexis Ballier 2008-09-29 18:50:44 0000 -------
Thanks for the ebuild;
eapi-2 has just been approved for use in the tree, that would be great to
convert ogmrip to take advantage of use dependencies.
See:
http://dev.gentoo.org/~zmedico/portage/doc/portage.html#package-ebuild-eapi-2-draft-metadata-dependencies-use

------- Comment #3 From Steve Dibb 2008-09-30 01:20:14 0000 -------
(In reply to comment #2)
> Thanks for the ebuild;
> eapi-2 has just been approved for use in the tree, that would be great to
> convert ogmrip to take advantage of use dependencies.
> See:
> http://dev.gentoo.org/~zmedico/portage/doc/portage.html#package-ebuild-eapi-2-draft-metadata-dependencies-use
> 

My crap, I got a headache on the conditional use deps.

patches welcome. :)

------- Comment #4 From Olivier Rolland 2008-09-30 03:43:03 0000 -------
Created an attachment (id=166795) [details]
ogmrip-0.12.2-eapi2.patch

Is this enough ?

------- Comment #5 From Alexis Ballier 2008-09-30 07:34:19 0000 -------
thanks; sounds great to me. I'll just add the ugly hack:
# lousy way of avoiding double econf until gnome2 eclass gets fixed
src_configure() {
    :
}

for bug #239123

I've started a rip; if everything goes ok I'll bump it tonight unless someone
(Steve?) beats me there :)

------- Comment #6 From Alexis Ballier 2008-10-01 06:34:46 0000 -------
bumped, thanks!

I've overriden src_configure and src_compile to not call econf twice; we'll
have to drop this when gnome2.eclass will have proper support for eapi-2