Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116800 - media-libs/libmp4v2-1.4.1 complains about SDL
Summary: media-libs/libmp4v2-1.4.1 complains about SDL
Status: VERIFIED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Olivier Crete (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-26 12:41 UTC by Patrice Bouvard
Modified: 2006-01-29 13:52 UTC (History)
1 user (show)

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


Attachments
This patch will remove the dependency of SDL. (libmp4-sdl.patch,1.80 KB, patch)
2005-12-28 10:49 UTC, Hans Oluf Hagen
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Patrice Bouvard 2005-12-26 12:41:41 UTC
here is the output of the emerge command (I am using ~x86 unstable keyword)

>>> emerge (1 of 6) media-libs/libmp4v2-1.4.1 to /
>>> checksums files   ;-) libmp4v2-1.4.1.ebuild
>>> checksums files   ;-) files/digest-libmp4v2-1.4.1
>>> checksums files   ;-) files/mpeg4ip-1.4.1-disable-faac-test.patch
>>> checksums src_uri ;-) mpeg4ip-1.4.1.tar.gz
>>> Unpacking source...
>>> Unpacking mpeg4ip-1.4.1.tar.gz to /var/tmp/portage/libmp4v2-1.4.1/work
 * Applying mpeg4ip-1.4.1-disable-faac-test.patch ...                 [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/libmp4v2-1.4.1/work/mpeg4ip-1.4.1 ...
dir: .
SDL does not appear to be installed - install the SDL development package
You must have sdl-config in your path to continue

!!! ERROR: media-libs/libmp4v2-1.4.1 failed.
!!! Function src_compile, Line 56, Exitcode 1
!!! configure failed
!!! If you need support, post the topmost build error, NOT this status message.


some dependencies to fix in the ebuild ?
I don't know what is the ebuild for "SDL development" and sdl-config, but I don't have media-libs/libsdl installed, and I have "-sdl" in my USE flags
Comment 1 Hans Oluf Hagen 2005-12-28 10:49:04 UTC
Created attachment 75682 [details, diff]
This patch will remove the dependency of SDL. 

This patch should be applied after the faac patch. The patch removes the dependency of SDL, which is not needed by libmp4v2.
Comment 2 Olivier Crete (RETIRED) gentoo-dev 2006-01-14 08:56:02 UTC
this should already be in the package.. try re-syncing and see if you still have the problem
Comment 3 Patrice Bouvard 2006-01-29 13:52:03 UTC
Ok, bug disappeared ;)
nice work !