Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 89097 - media-video/avidemux configure cleanup
Summary: media-video/avidemux configure cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-14 09:12 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2005-04-18 08:44 UTC (History)
0 users

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


Attachments
avidemux-2.0.38_rc2-r1.patch (avidemux-2.0.38_rc2-r1.patch,3.10 KB, patch)
2005-04-14 09:12 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
avidemux-2.0.38_rc2-r1-patches.tar.bz2 (avidemux-2.0.38_rc2-r1-patches.tar.bz2,9.39 KB, application/octet-stream)
2005-04-14 09:13 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-14 09:12:16 UTC
This is the time of avidemux to have configure fixed :)

The attached patch applied over current ebuild (with also the attached tarball with patches and m4 files needed to build it) removes the configure cache tricks and uses instead proper parameters to ./configure (added by one of the patches in the tarball, which I've already sent upstream for next version).

It also moves on ./configure mmx and altivec useflag tests, and adds --disable-dependency-tracking. It removes debug, as it needs to be fixed upstream before (I'm going to clean that up in the next days, but it can wait until next upstream version). I've removed pic flag and params as it doesn't build shared libraries but just an executable.

It adds pkgconfig to build-time dependency, as it's used for a few checks in configure, and removes the libogg dependency (it's a dependency of vorbis, not of avidemux). It also adds dependency on virtual/x11 conditional to xv useflag, as gtk will take care of the rest anyway.

Finally, as this version supports disabling of oss, it makes the ppc warning conditional to oss flag.

I hope these changes will be applied upstream soon, so the next version won't need neither configure tricks nor patches.

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-14 09:12:41 UTC
Created attachment 56269 [details, diff]
avidemux-2.0.38_rc2-r1.patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-14 09:13:31 UTC
Created attachment 56270 [details]
avidemux-2.0.38_rc2-r1-patches.tar.bz2
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-04-18 08:44:55 UTC
I've committed it :)