First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 58288
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: spiralvoice <spiralvoice@web.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
faad2-2.0-r4.ebuild The ebuild text/plain spiralvoice 2004-07-25 07:18 0000 1.92 KB Details
faad2-2.0-mpeg4ip.patch mpeg4ip plugin patch patch spiralvoice 2004-07-25 07:18 0000 445 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 58288 depends on: Show dependency tree
Bug 58288 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-07-25 07:17 0000
Attached ebuild and patch solve compile problem when mpeg4ip is already
installed.
Patch solution was found here:
http://sourceforge.net/forum/message.php?msg_id=2599755

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From spiralvoice 2004-07-25 07:18:11 0000 -------
Created an attachment (id=36119) [edit]
The ebuild

------- Comment #2 From spiralvoice 2004-07-25 07:18:48 0000 -------
Created an attachment (id=36120) [edit]
mpeg4ip plugin patch

------- Comment #3 From Chris White (RETIRED) 2004-07-25 20:12:27 0000 -------
Testing the patch currently.

------- Comment #4 From Hans Meine 2004-08-02 03:11:16 0000 -------
I have several suggestions/comments:

- First of all, I had mpeg4ip-1.0 installed. emerge -u world always failed because mpeg4ip was not in world, and not updated. faad2 has even more problems with mpeg4ip-1.0 than with 1.1 (this types.h stuff). Maybe depending on mpeg4ip would be even better than just commenting the !mpeg4ip stuff out (as done in the above ebuild)?

- I find this dosed on mpeg4ip.h strange - should this really be in this faad2 ebuild? IMHO this could be moved to the mpeg4ip ebuild?!

- Finally, I want to stress that the above patch works for me, too (READ: It's definitly needed for compilation with mpeg4ip and should be in the stable x86 keyword branch!)

------- Comment #5 From Gregg Casillo 2004-08-18 11:37:38 0000 -------
Works for me. Hope to see it in portage soon. Thanks!

------- Comment #6 From Gregg Casillo 2004-12-20 00:23:05 0000 -------
Hello?

------- Comment #7 From Jeremy Huddleston (RETIRED) 2004-12-20 00:34:38 0000 -------
attatch ebuilds as text/plai&#1424;
has this change been sent (o&#1424;&#38307;*

------- Comment #8 From Zaheer Abbas Merali (RETIRED) 2004-12-23 16:43:56 0000 -------
Any news on this as this would solve an important block situation....

------- Comment #9 From Jeremy Huddleston (RETIRED) 2004-12-24 01:48:29 0000 -------
my last message seems to have corrupted somehow... anyways, please attatch
ebuilds as text/plain, and has this patch been sent upstream (or is it from
upstream?)

------- Comment #10 From Diego E. 'Flameeyes' Pettenò 2005-04-22 19:31:40 0000 -------
faad2 is not herded by video. Foser you are listed as "temporary maintainer",
you should take care of this or move faad2 under sound herd, but I'm quite sure
this is not video stuff as it's assigned now.

------- Comment #11 From Aris Basic 2005-11-09 17:56:48 0000 -------
can somone update this patch to include amd64 patch or give some other solution
?

------- Comment #12 From Patrizio Bassi 2005-11-13 02:26:43 0000 -------
it that's a fix to install faad2 after mpeg4ip is merged, why keeping packages
blocking 
each other? 

faad2 is require by lots of packages, (ffmpeg, vlc..), mpeg4ip by easytag and
friends. 

this seems an old but crappy bug :( 

------- Comment #13 From Olivier Crete 2005-11-13 08:46:17 0000 -------
The real fix is to
A. Make faad2 always depend on mpeg4ip
or 
B. Separate the mp4v2 library into its own package that both would depend on.

------- Comment #14 From Patrizio Bassi 2005-11-13 09:14:29 0000 -------
i vote for the first one. 
 
install both, setting mpeg4ip as a faad2 dependency. 

------- Comment #15 From Patrizio Bassi 2005-11-26 03:53:12 0000 -------
i've tried to compile faad, deleting the mp4v2 support from configure. 
 
the problem is that faad configure seems bugged and it still compile it! 
 
otherwise the solution is ready: 
delete the 2 blocks, delete the --with-mp4v2 flag from faad2...and it's done. 
 
so a patch is needed against faad2 configure.in 

------- Comment #16 From Patrizio Bassi 2005-11-26 05:12:28 0000 -------
without patch, just removing blocks and configure flag: 
 
Faad2 stuff 
ls /usr/lib/libmp4v2* -l 
-rw-r--r--  1 root root 1351942 26 nov 12:51 /usr/lib/libmp4v2.a 
-rwxr-xr-x  1 root root     901 26 nov 12:51 /usr/lib/libmp4v2.la* 
lrwxrwxrwx  1 root root      17 26 nov 12:51 /usr/lib/libmp4v2.so -> libmp4v2.so.0.0.0* 
lrwxrwxrwx  1 root root      17 26 nov 12:51 /usr/lib/libmp4v2.so.0 -> libmp4v2.so.0.0.0* 
-rwxr-xr-x  1 root root  690400 26 nov 12:51 /usr/lib/libmp4v2.so.0.0.0* 
 
after mpeg4ip merge overwritten 
 
ls /usr/lib/libmp4v2* -l 
-rw-r--r--  1 root root 1260456 26 nov 13:48 /usr/lib/libmp4v2.a 
-rwxr-xr-x  1 root root     906 26 nov 13:48 /usr/lib/libmp4v2.la* 
lrwxrwxrwx  1 root root      17 26 nov 13:48 /usr/lib/libmp4v2.so -> libmp4v2.so.0.0.0* 
lrwxrwxrwx  1 root root      17 26 nov 13:48 /usr/lib/libmp4v2.so.0 -> libmp4v2.so.0.0.0* 
-rwxr-xr-x  1 root root  709676 26 nov 13:48 /usr/lib/libmp4v2.so.0.0.0* 
 
 
however faac, ffmpeg and friends compile and run fine with this configuration 

------- Comment #17 From Diego E. 'Flameeyes' Pettenò 2005-12-19 01:53:49 0000 -------
Taking over faad2 for sound herd.

------- Comment #18 From Diego E. 'Flameeyes' Pettenò 2005-12-19 03:22:55 0000 -------
faad2-2.0-r8 depends on media-video/mpeg4ip.

First Last Prev Next    No search results available      Search page      Enter new bug