Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 231151 - avidemux 2.4.2 easy version bump
Summary: avidemux 2.4.2 easy version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Ben de Groot (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-08 10:21 UTC by Jon Malachowski
Modified: 2008-07-12 21:39 UTC (History)
1 user (show)

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


Attachments
avidemux-2.4.2.ebuild.patch (avidemux-2.4.2.ebuild.patch,523 bytes, patch)
2008-07-11 18:28 UTC, Yar Odin
Details | Diff
avidemux-2.4.2-x264-2pass-fix.patch (avidemux-2.4.2-x264-2pass-fix.patch,356 bytes, patch)
2008-07-11 18:28 UTC, Yar Odin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jon Malachowski 2008-07-08 10:21:50 UTC
http://avidemux.berlios.de/news.html
Most notably: 
"
* PulseAudio support (Linux only)
* GCC 4.3 support
* Support for MJPEG-A in MOV/MP4 files
"
and a whole bunch of fixes

The previous ebuild will work and make people who just "want it now" happy
but I notice that there is pulse audio support and I have no idea if that requires use/configure flags.  I actually don't think it does, but someone with pulse audio should test it.

As the gcc 4.3 patches have been accepted upsteam, I removed them.  I also had to copy the remaining to patches with respective version numbers in the files/ directory.  Both the qt4 and gtk versions ran fine for me.

diff -u avidemux-2.4.1.ebuild avidemux-2.4.2.ebuild
--- avidemux-2.4.1.ebuild       2008-06-22 11:36:38.000000000 -0400
+++ avidemux-2.4.2.ebuild       2008-07-08 05:36:26.000000000 -0400
@@ -67,9 +67,6 @@
        # TODO. Needs to be reported upstream.
        epatch "${FILESDIR}"/${PN}-2.4-libdca.patch
        epatch "${FILESDIR}"/${PN}-2.4-i18n.patch
-       # gcc-4.3 fixes from bug 213099
-       epatch "${FILESDIR}"/${P}-gcc43-includes.patch
-       epatch "${FILESDIR}"/${P}-gcc43-missing-asm-naming.patch
 }

 src_compile() {


Reproducible: Always

Steps to Reproduce:
Comment 1 Yar Odin 2008-07-11 18:28:08 UTC
Created attachment 160131 [details, diff]
avidemux-2.4.2.ebuild.patch
Comment 2 Yar Odin 2008-07-11 18:28:51 UTC
Created attachment 160132 [details, diff]
avidemux-2.4.2-x264-2pass-fix.patch
Comment 3 Yar Odin 2008-07-11 18:28:59 UTC
(In reply to comment #0)
Add new after 2.4.2 patch from developer to fix x264 2 pass encoding.
Both patches are attached.


Comment 4 Ben de Groot (RETIRED) gentoo-dev 2008-07-12 21:39:04 UTC
Committed to CVS. Thanks for contributing!