Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 23877 - drip fails compiling with libmpeg2-0.3.2_pre20030625
Summary: drip fails compiling with libmpeg2-0.3.2_pre20030625
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Nick Hadaway
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-02 10:10 UTC by Nick Hadaway
Modified: 2003-07-06 01:41 UTC (History)
0 users

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


Attachments
patch for compatibility with libmpeg2-0.3.2_pre (libmpeg2.patch,3.59 KB, patch)
2003-07-02 10:13 UTC, Nick Hadaway
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Hadaway 2003-07-02 10:10:49 UTC
libmpeg2 has broken compatibility again moving to this next version.  I am
including a patch which just updates drip/encoder/mpeg_internal.h to be in sync
with the file in the libmpeg2 source

Reproducible: Always
Steps to Reproduce:
1. compile drip with libmpeg2-0.3.2_pre20030625 installed
2. watch it fail
3.




patch is coming
Comment 1 Nick Hadaway 2003-07-02 10:13:47 UTC
Created attachment 14114 [details, diff]
patch for compatibility with libmpeg2-0.3.2_pre

this is the patch...
Comment 2 Nick Hadaway 2003-07-02 11:50:47 UTC
i have also tested drip-0.9.0-RC1 which we should get into portage and the patch works with this build as well... 

Just change the top of 0.9.0_alpha3 to...
MY_P="${P/_}"
MY_P="${MY_P/rc1/-RC1}"
S="${WORKDIR}/${MY_P}"

and the build will work properly.
Comment 3 Nick Hadaway 2003-07-06 01:41:16 UTC
bumped to drip-0.9.0-RC1 and included logic for the libmpeg2 patch